Commit Graph

  • fb1dc89eab fsInit fix smea 2014-08-24 22:50:57 -0700
  • 3fae8817cc minifix gfxSetFramebufferInfo (for 3D) smea 2014-08-24 22:03:47 -0700
  • 3884ce985c added gfx for simplified framebuffer access smea 2014-08-24 21:37:49 -0700
  • f9fbfc3c48 Merge branch 'refactor' of github.com:smealum/ctrulib into refactor smea 2014-08-24 21:01:35 -0700
  • d5ac7a7cb0 minor GSP adjustments smea 2014-08-24 21:01:21 -0700
  • c2315a618d Merge branch 'refactor_mtheall' into refactor mtheall 2014-08-24 22:37:34 -0500
  • 41c2a759f8 Merge branch 'refactor' of https://github.com/smealum/ctrulib into refactor plutoo 2014-08-24 22:51:19 +0200
  • 65878d99c6 gsp: Update header as part of renaming. plutoo 2014-08-24 22:42:23 +0200
  • 4c2fe7d103 gpu: Added small description to gpu files. plutoo 2014-08-24 22:40:12 +0200
  • dc16d99b53 gsp: Renamed GSPGPU_submitGxCommand to GSPGPU_SubmitGxCommand. plutoo 2014-08-24 22:33:57 +0200
  • 37fc01383f gpu: Moved all non-service-related gpu files into source/gpu/. plutoo 2014-08-24 22:31:02 +0200
  • 6f57364680 apt: Trying to make code more managable. plutoo 2014-08-24 22:22:28 +0200
  • d5c39263d8 Add more filesystem service commands. mtheall 2014-08-21 21:47:25 -0500
  • ff76b94cf1 add doxygen support mtheall 2014-08-21 21:40:52 -0500
  • 94f59bb076 Update Makefile flags fincs 2014-08-21 22:59:59 +0200
  • 8fccb570e5 Homogenize indentation (use tabs) fincs 2014-08-21 22:59:42 +0200
  • a0f8a6d153 os: Changed Get*Version format. plutoo 2014-08-21 22:35:20 +0200
  • ef1323a3a1 APT: Enumerated the notification signals. plutoo 2014-08-21 20:53:10 +0200
  • 8c3ecfc621 os: Added functions for getting Firm/Kernel version. plutoo 2014-08-21 20:41:51 +0200
  • 5045c830a8 os: Added DSP memory to virt->phys translation. plutoo 2014-08-21 20:35:12 +0200
  • 9ff9ce5ad4 os: Added osStrError(). plutoo 2014-08-21 20:17:41 +0200
  • 89e29dbe06 HID: Various improvements. plutoo 2014-08-21 20:06:05 +0200
  • 7dbd7e535c Renamed ACU_cmd1 to ACU_GenerateDefaultConfig. plutoo 2014-08-21 19:25:36 +0200
  • 1d761afced Update README.md smea 2014-08-21 09:45:47 -0700
  • 0e850119c9 HID: implement key/touch/circle pad access fincs 2014-08-21 16:55:21 +0200
  • 9cef70bbd4 Remove #ifdef SRV_OVERRIDE_SUPPORT fincs 2014-08-21 01:29:22 +0200
  • af93d8e10c gspWaitForEvent(): add nextEvent parameter; GSPEVENT_count -> '_MAX fincs 2014-08-21 00:24:24 +0200
  • 0d3ed55b88 GSP: add basic event handling system fincs 2014-08-21 00:09:39 +0200
  • 66523edaae initSystem.c: revise heap code, disable global destructors due to crashes fincs 2014-08-20 23:32:09 +0200
  • 0a1d0403d1 __ctru_exit(): perform svcExitProcess() if there's no retAddr fincs 2014-08-20 22:16:28 +0200
  • 85a96370e0 Merge branch 'refactor' of github.com:smealum/ctrulib into refactor fincs 2014-08-20 22:02:33 +0200
  • f58601037c Reset SOC_hostent_alias to NULL in case the user trashed it. mtheall 2014-08-20 15:01:56 -0500
  • a90ee009f8 Implement initSystem(), __ctru_exit() and __system_argc/argv fincs 2014-08-20 22:01:50 +0200
  • c3f7bfa7fd implement gethostbyname mtheall 2014-08-20 14:56:01 -0500
  • 370707c663 use svcDuplicateHandle in handle override smea 2014-08-17 13:37:49 -0700
  • 2b4a219f87 fsInit, fsExit smea 2014-08-16 17:11:13 -0700
  • aa7d9acbbe enable srv override + __service_ptr fix smea 2014-08-16 15:11:33 -0700
  • 4e3c18863b various fixes smea 2014-08-16 14:48:05 -0700
  • bb5d5b290f Added functionality for service-list override. plutoo 2014-08-12 22:41:40 +0200
  • 470be6d4ba Added svc's. plutoo 2014-08-11 19:38:48 +0200
  • a1741254cf Updated CSND header/.c, including enums for the looping/encoding fields. yellows8 2014-08-05 22:22:43 -0400
  • d35233fb1c Revamped "srv.c". plutoo 2014-07-28 23:23:24 +0200
  • ec9734bdeb Moved OS module back out. Renamed functions. plutoo 2014-07-28 22:31:20 +0200
  • 314d53a922 Moved service source-files into source/services/. plutoo 2014-07-28 22:04:31 +0200
  • 884df0ba75 Moved header files from ctr/ to 3ds/. plutoo 2014-07-28 21:41:48 +0200
  • 15d2dc765d Renamed svc_camelCase to svcCamelCase. plutoo 2014-07-28 20:58:47 +0200
  • baffd53020 Moved example projects to examples/. plutoo 2014-07-28 18:41:18 +0200
  • 7a54bb623a Implemented svc_getProcessInfo(), and added comment to CSND.h. Implemented OS_ConvertVaddr2Physaddr() which is now used by CSND.c, this includes support for the v8.0 LINEAR memory. yellows8 2014-07-23 01:23:20 -0400
  • c4382042d6 HTTPC : added support for a handful of http:C commands. example will follow. smea 2014-07-22 21:13:40 -0700
  • a18cc37dfa add network headers, remove libnds dependencies Dave Murphy 2014-05-07 17:17:36 +0100
  • 4beea43184 Merge branch 'master' of github.com:smealum/ctrulib smea 2014-05-27 20:49:50 +0200
  • 2aae159782 minifix test.vsh smea 2014-05-27 20:47:53 +0200
  • 3e69e498bb Adjusted sleep-mode code so that on leaving sleep-mode, GSPGPU_SetLcdForceBlack() is only used when the status was APP_RUNNING(also removed GSPGPU_SetLcdForceBlack call for prepare sleep-mode signal). yellows8 2014-05-22 14:21:39 -0400
  • 4260edd6c9 Adjusted sleep-mode code so that the APP_STATUS on leaving sleep-mode, would be set to the status which was set when the prepare sleep-mode signal was triggered(and other minor changes). yellows8 2014-05-22 13:56:16 -0400
  • d99ab43106 Enabled APT_AppletUtility code which was needed for aptReturnToMenu. yellows8 2014-05-22 13:06:50 -0400
  • ce92c8b20d Implemented APT_GetAppletManInfo. Implemented loading the menu AppID with APT_GetAppletManInfo, instead of using a hard-coded AppID. yellows8 2014-05-22 00:22:56 -0400
  • 54757cfd60 Fixed issue where the application would no longer receive any NS signals/notifications once the system returns to the application, from home-menu. yellows8 2014-05-21 12:43:58 -0400
  • 07bd9aa357 Fixed issues involving application termination. This fixed the applet launch hang after launching a ctrulib app, and fixed the issue where the power/HOME buttons did not work correctly under the power-off screen. yellows8 2014-05-20 23:27:50 -0400
  • 8c656065a4 Implemented more APT and GSPGPU commands. Improved return-to-menu handling, screenshots for the suspended application are now handled as well. Implemented power-button handling, and implemented sleep-mode handling. Updated the example apps for the APT changes, and fixed other issues with the examples. yellows8 2014-05-20 15:49:03 -0400
  • a2eadf4f59 Merge pull request #5 from ichfly/master smea 2014-05-20 17:24:02 +0200
  • 624775d80e added prototype ichfly 2014-05-20 17:21:48 +0200
  • b89ba9c646 Merge pull request #4 from ichfly/master smea 2014-05-20 16:39:09 +0200
  • 0e1b6ebe43 added FSFILE_SetSize ichfly 2014-05-20 16:14:47 +0200
  • 9714dad309 Removed outdated SOC comment. yellows8 2014-05-10 21:25:26 -0400
  • 271464ffc2 Improved SOC addr handling, and implemented addr handling for the sendto/recvfrom cmds. yellows8 2014-05-10 17:22:22 -0400
  • 7560f2f8ef ignore generated folders Dave Murphy 2014-05-07 18:01:19 +0100
  • e20c97a050 remove dodgy wchar type, use UINT64_MAX from stdint.h for U64_MAX Dave Murphy 2014-05-07 17:19:33 +0100
  • 7a5d01108a Added SOC error conversion, and implemented getsockopt, setsockopt, fcntl, sockatmark, gethostid, getsockname, and getpeername. yellows8 2014-05-04 21:55:59 -0400
  • e0cde91e0f Merge pull request #3 from bunnei/master smea 2014-04-30 20:04:13 -0700
  • d3a9f1443e rename "test_vsh_bin" to "test_shbin" to fix build of gpu demo bunnei 2014-04-30 18:55:04 -0400
  • 4a1619f7c7 Added svc_signalEvent, svc_getSystemTick, and svc_getProcessId. Enabled using SOC cmd8/cmda, and other minor changes. yellows8 2014-04-27 21:28:48 -0400
  • c69bc04dff Added GSPGPU code for SetBufferSwap and InvalidateDataCache. yellows8 2014-04-22 20:18:21 -0400
  • c5250ab567 Added code for the cfg:nor service. yellows8 2014-04-22 16:13:18 -0400
  • 06dfc9aace Added code for using the ir:u service. yellows8 2014-04-22 15:15:46 -0400
  • a3be8c58b3 Added code for using the ac:u service. yellows8 2014-04-21 22:58:05 -0400
  • 9fcca821fe Added code for using the CSND service. yellows8 2014-04-21 19:12:56 -0400
  • d0a974b9de Merge 9bc8e67a46 into 933c86b4b0 Jean Baptiste Noblot 2014-03-22 20:01:22 +0000
  • 933c86b4b0 GPU : GPU_SetTexEnv minifix (thanks gericom) smea 2014-03-21 16:42:39 +0100
  • 883cc76df8 SHDR : fixed DVLE_SendOutmap smea 2014-03-20 23:30:11 +0100
  • 04c2c2760a GPU : fixed DVLE_SendOutmap smea 2014-03-20 18:23:48 +0100
  • e9c912d757 GPU : GPU_SetTexEnv smea 2014-03-20 15:15:35 +0100
  • dbe4d95801 Merge branch 'master' of github.com:smealum/ctrulib smea 2014-03-20 14:41:10 +0100
  • a23ddb5bea GPU : GPU_SetAttributeBuffers, GPU_SetStencilTest, GPU_SetFaceCulling smea 2014-03-20 14:40:57 +0100
  • b365dcbbfb Merge pull request #1 from tolbon/patch-1 smea 2014-03-20 10:44:30 +0100
  • 9bc8e67a46 Update GPU.c Jean Baptiste Noblot 2014-03-20 10:06:08 +0100
  • 782372b27c risk to be platform dependent Jean Baptiste Noblot 2014-03-20 09:27:12 +0100
  • 1c2d235c64 GSP : critical fix in GSPGPU_submitGxCommand GX : updated GX_SetMemoryFill GPU : various crap smea 2014-03-19 23:23:53 +0100
  • 9d68fa3d7a APT && HID && GSP : don't ignore errors yo smea 2014-03-17 18:38:20 +0100
  • 791e7ed4db SHDR : updated DVLE_SendOutmap smea 2014-03-15 21:00:37 +0100
  • f3eb629d49 GPU : GPU_SetDepthTest smea 2014-03-14 21:29:42 +0100
  • 8606893584 GPU : GPU_DepthRange && GPU_SetTexture smea 2014-03-13 19:54:52 +0100
  • 05254a7f63 SHDR : minifix smea 2014-03-13 18:27:22 +0100
  • 7c7d25f911 SHDR : SHDR_GetUniformRegister (untested) Jordan Rabet 2014-03-13 15:50:43 +0100
  • 1a01acbd8e SHDR : uniform table (untested) Jordan Rabet 2014-03-13 15:34:01 +0100
  • bffbc975e2 GPU : added buffer setup commands to GPU_SetViewport smea 2014-03-12 20:11:34 +0100
  • 21dbf5aa75 GPU : GPU_SetViewport smea 2014-03-12 18:28:25 +0100
  • 452737574d gpu : GPU_Reset smea 2014-03-12 16:00:40 +0100
  • fc708bddb6 GPU : GPU_Reset smea 2014-03-12 15:59:26 +0100
  • 9bd8f1079a SHDR : DVLE_SendConstants && SHDR_UseProgram smea 2014-03-11 22:50:07 +0100
  • cd5fb3ac6e GPU : DVLE_SendOutmap fix smea 2014-03-11 20:18:57 +0100