..
__sceAudio.cpp
Let's try different audio buffer sizes
2012-12-09 19:58:35 +07:00
__sceAudio.h
Rewrite audio line output. Now deterministic (from the game's POV) and smoother.
2012-11-17 14:20:59 +01:00
FunctionWrappers.h
Make sceIoLseek() correctly return 64-bit.
2012-12-11 22:57:05 -08:00
HLE.cpp
Correct skipped parameter for deferred resched.
2012-12-09 15:08:44 -08:00
HLE.h
Implement deferred rescheduling/callbacks.
2012-12-09 01:04:53 -08:00
HLETables.cpp
Fake sceDisplayWaitVblankStartMulti
2012-12-06 18:02:56 +00:00
HLETables.h
Switch to "GPL 2.0 or later" for various reasons. I wrote most of the code I imported from Dolphin (which is GPL2-but-not-later), so it should be OK.
2012-11-04 23:24:00 +01:00
sceAtrac.cpp
Quickfix issue 160 and fix a trigraph warning
2012-12-10 21:28:20 +07:00
sceAtrac.h
Switch to "GPL 2.0 or later" for various reasons. I wrote most of the code I imported from Dolphin (which is GPL2-but-not-later), so it should be OK.
2012-11-04 23:24:00 +01:00
sceAudio.cpp
Remove some RETURN, cleanup
2012-12-09 19:41:19 +07:00
sceAudio.h
Various warning, logging, jit fixes
2012-11-17 19:56:28 +01:00
sceCtrl.cpp
Always allow peeking into ctrl buffers.
2012-12-02 21:07:17 -08:00
sceCtrl.h
Add ctrl sampling (vblank).
2012-12-02 15:44:23 -08:00
sceDisplay.cpp
Simplify the API for HLE funcs to do callbacks.
2012-12-09 01:04:52 -08:00
sceDisplay.h
Add ctrl sampling (vblank).
2012-12-02 15:44:23 -08:00
sceDmac.cpp
less Memory::GetPointer
2012-11-27 10:18:36 +01:00
sceDmac.h
Switch to "GPL 2.0 or later" for various reasons. I wrote most of the code I imported from Dolphin (which is GPL2-but-not-later), so it should be OK.
2012-11-04 23:24:00 +01:00
sceFont.cpp
Fake some more font functions
2012-12-09 20:37:33 +00:00
sceFont.h
Cleanup sceRtc, move sceFont to its own file.
2012-11-22 22:30:44 +01:00
sceGe.cpp
Cleaned identation, solved bug in WrapI_UU64(). Ammended
2012-12-05 22:19:14 +01:00
sceGe.h
Add internal 2D drawing library that goes through the Ge emulation for portability.
2012-11-18 13:04:49 +01:00
sceHprm.cpp
Revert "Better wrapper system, and fixed warnings"
2012-11-05 10:05:09 +01:00
sceHprm.h
Switch to "GPL 2.0 or later" for various reasons. I wrote most of the code I imported from Dolphin (which is GPL2-but-not-later), so it should be OK.
2012-11-04 23:24:00 +01:00
sceHttp.cpp
Add some missing sce* Functions
2012-12-06 18:02:55 +00:00
sceHttp.h
Switch to "GPL 2.0 or later" for various reasons. I wrote most of the code I imported from Dolphin (which is GPL2-but-not-later), so it should be OK.
2012-11-04 23:24:00 +01:00
sceImpose.cpp
Add internal 2D drawing library that goes through the Ge emulation for portability.
2012-11-18 13:04:49 +01:00
sceImpose.h
sceImpose
2012-11-09 12:31:58 +01:00
sceIo.cpp
Symbian support for project.
2012-12-13 13:15:20 +10:00
sceIo.h
Switch to "GPL 2.0 or later" for various reasons. I wrote most of the code I imported from Dolphin (which is GPL2-but-not-later), so it should be OK.
2012-11-04 23:24:00 +01:00
sceKernel.cpp
Fix some tabs in sceKernel.cpp
2012-12-09 20:49:16 +00:00
sceKernel.h
sceKernelGetModuleIdByAddress update
2012-12-09 18:48:28 +00:00
sceKernelAlarm.cpp
Switch to "GPL 2.0 or later" for various reasons. I wrote most of the code I imported from Dolphin (which is GPL2-but-not-later), so it should be OK.
2012-11-04 23:24:00 +01:00
sceKernelAlarm.h
Switch to "GPL 2.0 or later" for various reasons. I wrote most of the code I imported from Dolphin (which is GPL2-but-not-later), so it should be OK.
2012-11-04 23:24:00 +01:00
sceKernelEventFlag.cpp
Simplify the API for HLE funcs to do callbacks.
2012-12-09 01:04:52 -08:00
sceKernelEventFlag.h
Wrappers for sceKernelEventFlag
2012-11-12 00:43:48 +00:00
sceKernelInterrupt.cpp
Cleanup some wrappers now that rescheds defer.
2012-12-09 01:04:54 -08:00
sceKernelInterrupt.h
Refix ge interrupts, make headless printf log messages
2012-11-09 13:40:09 +01:00
sceKernelMbx.cpp
Fix/paper-over some build compatibility issues. Warning fixes.
2012-12-07 01:09:15 +07:00
sceKernelMbx.h
Fixed value returning for MBXes
2012-11-08 16:24:06 +01:00
sceKernelMemory.cpp
less Memory::GetPointer
2012-11-27 10:18:36 +01:00
sceKernelMemory.h
Switch to "GPL 2.0 or later" for various reasons. I wrote most of the code I imported from Dolphin (which is GPL2-but-not-later), so it should be OK.
2012-11-04 23:24:00 +01:00
sceKernelModule.cpp
sceKernelStartModule return value change
2012-12-11 23:24:01 +00:00
sceKernelModule.h
Added ~PSP decryption system using kirk-engine
2012-11-05 14:59:38 +01:00
sceKernelMsgPipe.cpp
Implemented message pipes (may have issues)
2012-11-10 23:17:15 +01:00
sceKernelMsgPipe.h
Switch to "GPL 2.0 or later" for various reasons. I wrote most of the code I imported from Dolphin (which is GPL2-but-not-later), so it should be OK.
2012-11-04 23:24:00 +01:00
sceKernelMutex.cpp
Cleanup some wrappers now that rescheds defer.
2012-12-09 01:04:54 -08:00
sceKernelMutex.h
Cleanup some wrappers now that rescheds defer.
2012-12-09 01:04:54 -08:00
sceKernelSemaphore.cpp
Cleanup some wrappers now that rescheds defer.
2012-12-09 01:04:54 -08:00
sceKernelSemaphore.h
Cleanup some wrappers now that rescheds defer.
2012-12-09 01:04:54 -08:00
sceKernelThread.cpp
Symbian support for project.
2012-12-13 13:15:20 +10:00
sceKernelThread.h
Wrap a few of the sceKernel*Thread funcs.
2012-12-09 01:04:54 -08:00
sceKernelTime.cpp
Cleanup sceRtc, move sceFont to its own file.
2012-11-22 22:30:44 +01:00
sceKernelTime.h
No need for these headers anymore.
2012-11-22 23:48:11 -08:00
sceKernelVTimer.cpp
More reworking of Callbacks, plus some other little fixes.
2012-11-07 15:44:48 +01:00
sceKernelVTimer.h
Switch to "GPL 2.0 or later" for various reasons. I wrote most of the code I imported from Dolphin (which is GPL2-but-not-later), so it should be OK.
2012-11-04 23:24:00 +01:00
sceMpeg.cpp
Various warning, logging, jit fixes
2012-11-17 19:56:28 +01:00
sceMpeg.h
Switch to "GPL 2.0 or later" for various reasons. I wrote most of the code I imported from Dolphin (which is GPL2-but-not-later), so it should be OK.
2012-11-04 23:24:00 +01:00
sceNet.cpp
Add another sceNetStub
2012-12-06 18:02:55 +00:00
sceNet.h
Switch to "GPL 2.0 or later" for various reasons. I wrote most of the code I imported from Dolphin (which is GPL2-but-not-later), so it should be OK.
2012-11-04 23:24:00 +01:00
sceOpenPSID.cpp
Fake scesupPreAcc
2012-12-06 18:02:55 +00:00
sceOpenPSID.h
Add some missing sce* Functions
2012-12-06 18:02:55 +00:00
sceParseHttp.cpp
Add some missing sce* Functions
2012-12-06 18:02:55 +00:00
sceParseHttp.h
Add some missing sce* Functions
2012-12-06 18:02:55 +00:00
sceParseUri.cpp
Add some missing sce* Functions
2012-12-06 18:02:55 +00:00
sceParseUri.h
Add some missing sce* Functions
2012-12-06 18:02:55 +00:00
scePower.cpp
Remove some RETURN, cleanup
2012-12-09 19:41:19 +07:00
scePower.h
Misc fixes (accept .prx, work on power callbacks, bugs)
2012-11-10 10:15:11 +01:00
scePsmf.cpp
Implement a few more little things
2012-11-08 16:28:45 +01:00
scePsmf.h
Switch to "GPL 2.0 or later" for various reasons. I wrote most of the code I imported from Dolphin (which is GPL2-but-not-later), so it should be OK.
2012-11-04 23:24:00 +01:00
sceRtc.cpp
sceRtcGetTime_t is also 32bit
2012-12-09 18:48:29 +00:00
sceRtc.h
Implement sceRtcGetCurrentClock().
2012-11-22 23:48:12 -08:00
sceSas.cpp
Add crash checking to sceSasSetPause().
2012-12-10 00:09:56 -08:00
sceSas.h
Switch to "GPL 2.0 or later" for various reasons. I wrote most of the code I imported from Dolphin (which is GPL2-but-not-later), so it should be OK.
2012-11-04 23:24:00 +01:00
sceSsl.cpp
Add some missing sce* Functions
2012-12-06 18:02:55 +00:00
sceSsl.h
Add some missing sce* Functions
2012-12-06 18:02:55 +00:00
scesupPreAcc.cpp
Fake scesupPreAcc
2012-12-06 18:02:55 +00:00
scesupPreAcc.h
Fake scesupPreAcc
2012-12-06 18:02:55 +00:00
sceUmd.cpp
Correct UMD stuff based on callback cleanup.
2012-12-09 21:38:05 -08:00
sceUmd.h
Switch to "GPL 2.0 or later" for various reasons. I wrote most of the code I imported from Dolphin (which is GPL2-but-not-later), so it should be OK.
2012-11-04 23:24:00 +01:00
sceUtility.cpp
* Create class for Save and Message dialog for cleaner code.
2012-12-10 13:08:54 +01:00
sceUtility.h
Switch to "GPL 2.0 or later" for various reasons. I wrote most of the code I imported from Dolphin (which is GPL2-but-not-later), so it should be OK.
2012-11-04 23:24:00 +01:00
sceVaudio.cpp
Remove some RETURN, cleanup
2012-12-09 19:41:19 +07:00
sceVaudio.h
Fake sceDisplayWaitVblankStartMulti
2012-12-06 18:02:56 +00:00