]>
Chaos Git - corbenik/ctrulib.git/log
StapleButter [Thu, 18 Sep 2014 18:59:46 +0000 (20:59 +0200)]
Merge pull request #1 from smealum/refactor
Refactor
fincs [Tue, 16 Sep 2014 22:22:30 +0000 (00:22 +0200)]
Add proper linear heap allocator
fincs [Tue, 16 Sep 2014 20:24:26 +0000 (22:24 +0200)]
linearAlloc: use 16-byte alignment
fincs [Sat, 13 Sep 2014 16:00:23 +0000 (18:00 +0200)]
Merge branch 'refactor' of https://github.com/StapleButter/ctrulib into refactor
StapleButter [Sat, 13 Sep 2014 15:01:20 +0000 (17:01 +0200)]
* Make the GSP event handler signal events in the right order (essential for proper PICA200 sync)
* Add some comments about the GSP events (based on my observations, may not be right)
plutoo [Thu, 11 Sep 2014 19:04:35 +0000 (21:04 +0200)]
Merge pull request #10 from StapleButter/refactor
Fix FS init.
StapleButter [Thu, 11 Sep 2014 19:02:56 +0000 (21:02 +0200)]
Fix FS init.
yellows8 [Sat, 6 Sep 2014 21:49:48 +0000 (17:49 -0400)]
Fixed broken CSND_playsound() code for looping(use vaddr1 for that instead of vaddr0, and adjust the size).
plutoo [Sat, 6 Sep 2014 19:07:26 +0000 (21:07 +0200)]
os: Added osGetTime().
yellows8 [Wed, 3 Sep 2014 18:38:47 +0000 (14:38 -0400)]
Fixed mic example README.
yellows8 [Wed, 3 Sep 2014 18:36:05 +0000 (14:36 -0400)]
Added code for using the microphone and an example app for it.
fincs [Mon, 1 Sep 2014 18:21:55 +0000 (20:21 +0200)]
Merge pull request #7 from profi200/refactor
refactor
profi200 [Mon, 1 Sep 2014 13:51:53 +0000 (15:51 +0200)]
Now the same as in master
profi200 [Mon, 1 Sep 2014 13:49:32 +0000 (15:49 +0200)]
Added functions for sysCore usage
yellows8 [Sun, 31 Aug 2014 00:41:09 +0000 (20:41 -0400)]
Improved HID code, and added Accelerometer/Gyroscope support.
yellows8 [Fri, 29 Aug 2014 20:19:58 +0000 (16:19 -0400)]
Added HID event code, based on the GSP event code. Added event id check in gspWaitForEvent().
smea [Fri, 29 Aug 2014 05:53:45 +0000 (22:53 -0700)]
some GSP and GPU fixes
fincs [Wed, 27 Aug 2014 22:02:56 +0000 (00:02 +0200)]
Merge branch 'refactor' of github.com:smealum/ctrulib into refactor
fincs [Wed, 27 Aug 2014 22:00:53 +0000 (00:00 +0200)]
initSystem: fix global ctor/dtor code
fincs [Wed, 27 Aug 2014 21:44:38 +0000 (23:44 +0200)]
Refactor linear heap code (formerly known as GSP heap)
yellows8 [Wed, 27 Aug 2014 21:42:53 +0000 (17:42 -0400)]
Added checks for the array index code in hid.c.
fincs [Wed, 27 Aug 2014 10:03:25 +0000 (12:03 +0200)]
Fix KEY_CRIGHT/CLEFT
smea [Wed, 27 Aug 2014 06:13:36 +0000 (23:13 -0700)]
Merge branch 'refactor' of github.com:smealum/ctrulib into refactor
Conflicts:
libctru/include/3ds/types.h
smea [Wed, 27 Aug 2014 06:12:33 +0000 (23:12 -0700)]
added stdlibs for size_t
mtheall [Wed, 27 Aug 2014 00:01:00 +0000 (19:01 -0500)]
Add FSUSER_GetSdmcArchiveResource().
mtheall [Tue, 26 Aug 2014 22:54:52 +0000 (17:54 -0500)]
Add word 2 to response for FSUSER_IsSdmcDetected() and FSUSER_IsSdmcWritable().
mtheall [Tue, 26 Aug 2014 22:43:34 +0000 (17:43 -0500)]
FIX DERP.
fincs [Tue, 26 Aug 2014 21:18:14 +0000 (23:18 +0200)]
Reorganize includes
mtheall [Tue, 26 Aug 2014 20:58:24 +0000 (15:58 -0500)]
Merge branch 'refactor' of github.com:smealum/ctrulib into refactor
mtheall [Tue, 26 Aug 2014 20:58:18 +0000 (15:58 -0500)]
Add FSUSER_IsSdmcDetected() and FSUSER_IsSdmcWritable().
fincs [Tue, 26 Aug 2014 20:56:38 +0000 (22:56 +0200)]
3ds/types.h: #include <stddef.h>
fincs [Tue, 26 Aug 2014 20:53:00 +0000 (22:53 +0200)]
Move 3ds.h to root, add C++ guard, use #pragma once
fincs [Tue, 26 Aug 2014 20:51:50 +0000 (22:51 +0200)]
Add .gitignore to examples
smea [Tue, 26 Aug 2014 06:44:52 +0000 (23:44 -0700)]
gpu: shader fix
smea [Tue, 26 Aug 2014 06:26:36 +0000 (23:26 -0700)]
added Makefile rule to compile vsh shader code to gpu example (fincs, can you see if you can improve it ?)
smea [Tue, 26 Aug 2014 05:55:12 +0000 (22:55 -0700)]
so sick of all these includes
smea [Tue, 26 Aug 2014 05:38:37 +0000 (22:38 -0700)]
moved some things around
smea [Tue, 26 Aug 2014 05:27:28 +0000 (22:27 -0700)]
cleaned up gpu example code
smea [Tue, 26 Aug 2014 04:48:00 +0000 (21:48 -0700)]
GSP/GFX stuff
smea [Tue, 26 Aug 2014 04:47:50 +0000 (21:47 -0700)]
added WIP GPU example code
smea [Tue, 26 Aug 2014 04:35:53 +0000 (21:35 -0700)]
oops, looks like i was editing deprecated files
smea [Tue, 26 Aug 2014 04:32:00 +0000 (21:32 -0700)]
Merge branch 'refactor' of github.com:smealum/ctrulib into refactor
Conflicts:
libctru/source/gfx.c
smea [Tue, 26 Aug 2014 04:31:12 +0000 (21:31 -0700)]
GPU stuff
mtheall [Tue, 26 Aug 2014 04:24:06 +0000 (23:24 -0500)]
Fix NULL handling for PTMU_GetBatteryLevel() and PTMU_GetBatteryChargeState().
mtheall [Tue, 26 Aug 2014 00:38:17 +0000 (19:38 -0500)]
Update FS_dirent.
plutoo [Mon, 25 Aug 2014 21:12:35 +0000 (23:12 +0200)]
Merge branch 'refactor' of https://github.com/smealum/ctrulib into refactor
plutoo [Mon, 25 Aug 2014 21:11:53 +0000 (23:11 +0200)]
gsp: Added gspAllocLinear() to allocate from LINEAR heap
Required by CSND, for example
smea [Mon, 25 Aug 2014 16:40:10 +0000 (09:40 -0700)]
Merge branch 'refactor' of github.com:smealum/ctrulib into refactor
smea [Mon, 25 Aug 2014 16:14:48 +0000 (09:14 -0700)]
PTM & AC stuff
fincs [Mon, 25 Aug 2014 10:07:00 +0000 (12:07 +0200)]
gfxInit(): initialize GSP event handler, use __gsp_heap_size
smea [Mon, 25 Aug 2014 06:36:37 +0000 (23:36 -0700)]
APT WORKAROUND fix
smea [Mon, 25 Aug 2014 06:25:54 +0000 (23:25 -0700)]
APT WORKAROUND (update 3dsx_crt0.s to https://gist.github.com/smealum/
305802b2b9bf4c877ddb and recompile everything please)
smea [Mon, 25 Aug 2014 05:50:57 +0000 (22:50 -0700)]
fsInit fix
smea [Mon, 25 Aug 2014 05:03:47 +0000 (22:03 -0700)]
minifix gfxSetFramebufferInfo (for 3D)
smea [Mon, 25 Aug 2014 04:37:49 +0000 (21:37 -0700)]
added gfx for simplified framebuffer access
smea [Mon, 25 Aug 2014 04:01:35 +0000 (21:01 -0700)]
Merge branch 'refactor' of github.com:smealum/ctrulib into refactor
smea [Mon, 25 Aug 2014 04:01:21 +0000 (21:01 -0700)]
minor GSP adjustments
mtheall [Mon, 25 Aug 2014 03:37:34 +0000 (22:37 -0500)]
Merge branch 'refactor_mtheall' into refactor
plutoo [Sun, 24 Aug 2014 20:51:19 +0000 (22:51 +0200)]
Merge branch 'refactor' of https://github.com/smealum/ctrulib into refactor
plutoo [Sun, 24 Aug 2014 20:42:23 +0000 (22:42 +0200)]
gsp: Update header as part of renaming.
plutoo [Sun, 24 Aug 2014 20:40:12 +0000 (22:40 +0200)]
gpu: Added small description to gpu files.
plutoo [Sun, 24 Aug 2014 20:33:57 +0000 (22:33 +0200)]
gsp: Renamed GSPGPU_submitGxCommand to GSPGPU_SubmitGxCommand.
plutoo [Sun, 24 Aug 2014 20:31:02 +0000 (22:31 +0200)]
gpu: Moved all non-service-related gpu files into source/gpu/.
plutoo [Sun, 24 Aug 2014 20:22:28 +0000 (22:22 +0200)]
apt: Trying to make code more managable.
mtheall [Fri, 22 Aug 2014 02:47:25 +0000 (21:47 -0500)]
Add more filesystem service commands.
mtheall [Fri, 22 Aug 2014 02:40:52 +0000 (21:40 -0500)]
add doxygen support
fincs [Thu, 21 Aug 2014 20:59:59 +0000 (22:59 +0200)]
Update Makefile flags
fincs [Thu, 21 Aug 2014 20:59:42 +0000 (22:59 +0200)]
Homogenize indentation (use tabs)
plutoo [Thu, 21 Aug 2014 20:35:20 +0000 (22:35 +0200)]
os: Changed Get*Version format.
plutoo [Thu, 21 Aug 2014 18:53:10 +0000 (20:53 +0200)]
APT: Enumerated the notification signals.
plutoo [Thu, 21 Aug 2014 18:41:51 +0000 (20:41 +0200)]
os: Added functions for getting Firm/Kernel version.
plutoo [Thu, 21 Aug 2014 18:35:12 +0000 (20:35 +0200)]
os: Added DSP memory to virt->phys translation.
plutoo [Thu, 21 Aug 2014 18:17:41 +0000 (20:17 +0200)]
os: Added osStrError().
This will summarize an error-code given by the OS/sysmodules in few words.
Useful for debugging.
plutoo [Thu, 21 Aug 2014 18:06:05 +0000 (20:06 +0200)]
HID: Various improvements.
Added gyro enable/disable cmd.
Added accelerometer disable cmd.
Fixed hidInit() error handling.
hidInit() no longer enables accelerometer.
HIDUSER_GetInfo has been renamed to HIDUSER_GetSharedMem.
hid functions no longer require a NULL-ptr as arg0.
plutoo [Thu, 21 Aug 2014 17:25:36 +0000 (19:25 +0200)]
Renamed ACU_cmd1 to ACU_GenerateDefaultConfig.
fincs [Thu, 21 Aug 2014 14:55:21 +0000 (16:55 +0200)]
HID: implement key/touch/circle pad access
fincs [Wed, 20 Aug 2014 23:29:22 +0000 (01:29 +0200)]
Remove #ifdef SRV_OVERRIDE_SUPPORT
fincs [Wed, 20 Aug 2014 22:24:24 +0000 (00:24 +0200)]
gspWaitForEvent(): add nextEvent parameter; GSPEVENT_count -> '_MAX
fincs [Wed, 20 Aug 2014 22:09:39 +0000 (00:09 +0200)]
GSP: add basic event handling system
fincs [Wed, 20 Aug 2014 21:32:09 +0000 (23:32 +0200)]
initSystem.c: revise heap code, disable global destructors due to crashes
fincs [Wed, 20 Aug 2014 20:16:28 +0000 (22:16 +0200)]
__ctru_exit(): perform svcExitProcess() if there's no retAddr
fincs [Wed, 20 Aug 2014 20:02:33 +0000 (22:02 +0200)]
Merge branch 'refactor' of github.com:smealum/ctrulib into refactor
mtheall [Wed, 20 Aug 2014 20:01:56 +0000 (15:01 -0500)]
Reset SOC_hostent_alias to NULL in case the user trashed it.
fincs [Wed, 20 Aug 2014 20:01:50 +0000 (22:01 +0200)]
Implement initSystem(), __ctru_exit() and __system_argc/argv
mtheall [Wed, 20 Aug 2014 19:56:01 +0000 (14:56 -0500)]
implement gethostbyname
smea [Sun, 17 Aug 2014 20:37:49 +0000 (13:37 -0700)]
use svcDuplicateHandle in handle override
smea [Sun, 17 Aug 2014 00:11:13 +0000 (17:11 -0700)]
fsInit, fsExit
smea [Sat, 16 Aug 2014 22:11:33 +0000 (15:11 -0700)]
enable srv override + __service_ptr fix
smea [Sat, 16 Aug 2014 21:48:05 +0000 (14:48 -0700)]
various fixes
plutoo [Tue, 12 Aug 2014 20:41:40 +0000 (22:41 +0200)]
Added functionality for service-list override.
Currently disabled due to devkitARM build system not in place.
plutoo [Mon, 28 Jul 2014 21:23:24 +0000 (23:23 +0200)]
Revamped "srv.c".
plutoo [Mon, 28 Jul 2014 20:31:20 +0000 (22:31 +0200)]
Moved OS module back out. Renamed functions.
plutoo [Mon, 28 Jul 2014 20:04:31 +0000 (22:04 +0200)]
Moved service source-files into source/services/.
plutoo [Mon, 28 Jul 2014 19:41:48 +0000 (21:41 +0200)]
Moved header files from ctr/ to 3ds/.
plutoo [Mon, 28 Jul 2014 18:58:47 +0000 (20:58 +0200)]
Renamed svc_camelCase to svcCamelCase.
plutoo [Mon, 28 Jul 2014 16:41:18 +0000 (18:41 +0200)]
Moved example projects to examples/.
yellows8 [Wed, 23 Jul 2014 05:23:20 +0000 (01:23 -0400)]
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.
smea [Wed, 23 Jul 2014 04:13:40 +0000 (21:13 -0700)]
HTTPC : added support for a handful of http:C commands. example will follow.
Dave Murphy [Wed, 7 May 2014 16:17:36 +0000 (17:17 +0100)]
add network headers, remove libnds dependencies
smea [Tue, 27 May 2014 18:49:50 +0000 (20:49 +0200)]
Merge branch 'master' of github.com:smealum/ctrulib
Conflicts:
libctru/include/ctr/GSP.h
libctru/source/GSP.c