Commit Graph

308 Commits

Author SHA1 Message Date
CreeperMario
90d13e5708 libwhb: Add a simplistic Cafe Log handler 2017-08-06 17:42:43 +09:30
CreeperMario
c0c1faa1e9 libwhb: Initialize FSCmdBlock in WHBUnmountSdCard 2017-08-06 17:11:15 +09:30
CreeperMario
492bad4382 crt: **Really** fix newlib lock 2017-08-06 16:56:17 +09:30
James Benton
96b24236f1 Fix newlib lock 2017-07-03 15:43:53 +01:00
James Benton
6bc6534a9f whb: Fix GPU hang reset. 2017-06-02 14:37:58 +01:00
James Benton
574eeef4f0 whb: Use OSGetTitleID to check if we were launched from WHB. 2017-06-02 14:37:58 +01:00
James
d796876a35 Update README.md 2017-06-02 13:59:20 +01:00
James Benton
c265a9f4db Fix udplogserver Linux build 2017-06-02 13:54:55 +01:00
James Benton
e0f1b03edf Add .travis.yml 2017-06-02 13:49:41 +01:00
James
8b4816d6f4 Update README.md 2017-06-02 13:32:58 +01:00
James Benton
04ec3338b7 appveyor: pls 2017-06-02 13:28:31 +01:00
James Benton
c2b09a3a28 appveyor: pls 2017-06-02 13:23:54 +01:00
James Benton
6a02035b2a appveyor: Change build to build_script 2017-06-02 13:22:12 +01:00
James Benton
bfaf5382a0 Add appveyor.yml 2017-06-02 13:20:19 +01:00
James Benton
11940e076c Update triangle sample.
Still doesn't render correctly on hardware - will lead to the GPU hanging,
maybe something wrong with our custom compiled shader.
2017-06-02 11:55:36 +01:00
James Benton
43e1b0ab4f Add UDP log server. 2017-06-02 11:52:30 +01:00
James Benton
d28f2f0a7a Fix formatting. 2017-06-02 11:50:57 +01:00
James Benton
0239462847 nsysnet: Add defines for UDP broadcast. 2017-06-02 11:50:43 +01:00
James Benton
ee9bd49c34 whb: Handle GPU hangs by resetting the GPU on shutdown.
So your application will exit cleanly even when you break the GPU.
2017-06-02 11:50:12 +01:00
James Benton
2c18b246ae whb: Fix proc to better support HBL launched applications.
Should exit cleanly to HBL now.

TODO: Is it possible to auto detect if we were launched from HBL?
2017-06-02 11:48:59 +01:00
James Benton
79345f239f whb: Add crash handler based off the one in coreinit.
Although I'm not convinced it's actually working... yet.
2017-06-02 11:47:28 +01:00
James Benton
b79a58dec2 whb: Add SD card mounting support. 2017-06-02 11:46:31 +01:00
James Benton
fb325ec894 whb: Add UDP logging support. 2017-06-02 11:46:15 +01:00
James Benton
fb38792da9 whb: Add missing include to gfx.h 2017-06-02 11:44:04 +01:00
James Benton
c81a06048f gfd: Add GFDGetLastErrorString. 2017-06-02 11:43:41 +01:00
James Benton
2100cea176 coreinit: Add OSGetSymbolName, OSGetUPID. 2017-06-02 11:42:42 +01:00
James Benton
5a07bf6c1d coreinit: Add DisassemblePPCRange. 2017-06-02 11:42:24 +01:00
James Benton
46b3c9c7e0 coreinit: Add OSEnableHomeButtonMenuhome button menu and OSIsHomeButtonMenuEnabled. 2017-06-02 11:41:54 +01:00
James Benton
a2cf3837a3 coreinit: Fix type from uint8_t * to void * in MEMExpHeap functions. 2017-06-02 11:41:03 +01:00
James Benton
c83ff22780 coreinit: Move OSContext to context.h 2017-06-02 11:40:41 +01:00
James Benton
cef331cc09 whb: Add GFD texture loading with WHBGfxLoadGFDTexture, WHBGfxFreeTexture. 2017-05-28 12:01:06 +01:00
James Benton
3c47d28082 whb: Fix missing includes. 2017-05-28 12:01:06 +01:00
James Benton
bb05542e60 gx2r: Fix GX2R allocated memory flag. 2017-05-28 12:01:06 +01:00
James Benton
bd59620c56 gx2: Add GX2RResourceFlags to GX2Surface. 2017-05-28 12:01:06 +01:00
James Benton
576ab3fe4d coreinit: Fix missing threadqueue.h include in messagequeue.h 2017-05-26 18:24:14 +01:00
James Benton
c4aebac137 coreinit: Fix OSMessageFlags enum name. 2017-05-26 17:46:57 +01:00
James
660e16a071 Merge pull request #53 from rw-r-r-0644/master
renamed crt-lite crt0.s to crt0.S to fix cmake issues
2017-05-17 08:07:26 -07:00
rw-r-r-0644
1eec51cee1 renamed crt-lite crt0.s to crt0.S to fix cmake issues 2017-05-16 22:11:15 +02:00
James Benton
7e484d94ba Remove autogenerated registers from sample shader 2017-05-11 20:00:01 +01:00
James Benton
24c57e28c0 Add missing latte_enum_sq.h header required by libwhb. 2017-05-10 17:48:48 +01:00
James Benton
d307252772 cmake: Fix wut-toolchain.cmake with empty CMAKE_{INCLUDE,LIBRARY}_PATH. 2017-05-10 17:47:11 +01:00
James Benton
bf4ddae73d Add gx2 triangle hello world.
Shader assembled using the latte-assembler tool in decaf-emu repo.
2017-05-10 17:32:37 +01:00
James Benton
2cb787fabf Add libwhb - WUT HomeBrew library.
A library with utility functions for helping create simple homebrew
applications.

Mainly based off shinyquagsire23's gx2 sample.
https://github.com/shinyquagsire23/gx2texture2D
2017-05-10 17:30:34 +01:00
James Benton
f177555ca3 gx2: Add some alignment values to gx2/enum.h 2017-05-10 17:28:09 +01:00
James Benton
91621b39b1 cmake: Rename libgfd target to gfd.
So we get libgfd.a instead of liblibgfd.a
2017-05-10 17:27:50 +01:00
James Benton
ad35efc97c Add libdefaultheap.
Gives you access to MEMAllocFromDefaultHeap{Ex} and MEMFreeToDefaultHeap.
This is a workaround until we can support data imports.
2017-05-10 17:27:00 +01:00
James Benton
c9d177651e gx2: Add missing GX2GetSwapStatus export. 2017-05-10 17:24:10 +01:00
James Benton
5c9cc47e1c gx2: Add GX2TempGetGPUVersion. 2017-05-10 17:24:01 +01:00
James Benton
753226cff3 gx2: Add missing typedef enum names. 2017-05-10 17:23:44 +01:00
James Benton
98fe3cef0e cmake: Use CMAKE_INCLUDE_PATH and CMAKE_LIBRARY_PATH in wut-toolchain.cmake 2017-05-10 17:23:32 +01:00