.. |
__sceAudio.cpp
|
Fix savestate ruining the host audio update.
|
2013-01-30 22:48:35 -08:00 |
__sceAudio.h
|
|
|
FunctionWrappers.h
|
Save encryption. Load/Save encrypted/decrypted save
|
2013-01-29 00:11:02 +01:00 |
HLE.cpp
|
Merge pull request #544 from unknownbrackets/perf
|
2013-01-30 23:50:23 -08:00 |
HLE.h
|
|
|
HLETables.cpp
|
Save encryption. Load/Save encrypted/decrypted save
|
2013-01-29 00:11:02 +01:00 |
HLETables.h
|
|
|
sceAtrac.cpp
|
Hack to prevent games from lagging on atrac errors.
|
2013-01-22 23:01:10 -08:00 |
sceAtrac.h
|
|
|
sceAudio.cpp
|
Fix sound too fast issue
|
2013-01-25 08:48:28 +08:00 |
sceAudio.h
|
Better window resize handling
|
2013-01-27 00:15:39 +01:00 |
sceChnnlsv.cpp
|
Fix window title. Also constify some keys.
|
2013-01-29 22:48:37 +01:00 |
sceChnnlsv.h
|
Save encryption. Load/Save encrypted/decrypted save
|
2013-01-29 00:11:02 +01:00 |
sceCtrl.cpp
|
Don't use a dynamic string for wait debugging.
|
2013-01-26 11:29:19 -08:00 |
sceCtrl.h
|
|
|
sceDisplay.cpp
|
Don't use a dynamic string for wait debugging.
|
2013-01-26 11:29:19 -08:00 |
sceDisplay.h
|
|
|
sceDmac.cpp
|
|
|
sceDmac.h
|
|
|
sceFont.cpp
|
|
|
sceFont.h
|
|
|
sceGe.cpp
|
|
|
sceGe.h
|
|
|
sceHprm.cpp
|
|
|
sceHprm.h
|
|
|
sceHttp.cpp
|
|
|
sceHttp.h
|
|
|
sceImpose.cpp
|
Add missing stubs fro sceImpose
|
2013-01-23 16:55:52 +08:00 |
sceImpose.h
|
|
|
sceIo.cpp
|
Fix an uninitialized return value in sceIoCancel.
|
2013-01-31 00:02:53 -08:00 |
sceIo.h
|
|
|
sceKernel.cpp
|
Implement sceKernelDevkitVersion
|
2013-01-31 14:59:45 +08:00 |
sceKernel.h
|
Implement sceKernelDevkitVersion
|
2013-01-31 14:59:45 +08:00 |
sceKernelAlarm.cpp
|
Oops, 0 is a valid timer id.
|
2013-01-18 01:38:14 -08:00 |
sceKernelAlarm.h
|
|
|
sceKernelEventFlag.cpp
|
Don't use a dynamic string for wait debugging.
|
2013-01-26 11:29:19 -08:00 |
sceKernelEventFlag.h
|
|
|
sceKernelInterrupt.cpp
|
|
|
sceKernelInterrupt.h
|
|
|
sceKernelMbx.cpp
|
Don't use a dynamic string for wait debugging.
|
2013-01-26 11:29:19 -08:00 |
sceKernelMbx.h
|
|
|
sceKernelMemory.cpp
|
Implement sceKernelDevkitVersion
|
2013-01-31 14:59:45 +08:00 |
sceKernelMemory.h
|
Cleanup the other vpl functions.
|
2013-01-18 01:38:15 -08:00 |
sceKernelModule.cpp
|
Fix a logic error in module load validation.
|
2013-01-31 00:02:52 -08:00 |
sceKernelModule.h
|
|
|
sceKernelMsgPipe.cpp
|
Don't use a dynamic string for wait debugging.
|
2013-01-26 11:29:19 -08:00 |
sceKernelMsgPipe.h
|
|
|
sceKernelMutex.cpp
|
Don't use a dynamic string for wait debugging.
|
2013-01-26 11:29:19 -08:00 |
sceKernelMutex.h
|
quick implementation of sceKernelReferMutexStatus
|
2013-01-20 23:11:48 +01:00 |
sceKernelSemaphore.cpp
|
Don't use a dynamic string for wait debugging.
|
2013-01-26 11:29:19 -08:00 |
sceKernelSemaphore.h
|
|
|
sceKernelThread.cpp
|
Buildfix.
|
2013-01-28 00:48:59 -08:00 |
sceKernelThread.h
|
Cut thread switching time down.
|
2013-01-26 11:29:20 -08:00 |
sceKernelTime.cpp
|
Wrap functions on HLETables
|
2013-01-12 15:17:35 -03:00 |
sceKernelTime.h
|
Wrap functions on HLETables
|
2013-01-12 15:17:35 -03:00 |
sceKernelVTimer.cpp
|
|
|
sceKernelVTimer.h
|
|
|
sceMpeg.cpp
|
More warning fixes, switches and printfs, etc.
|
2013-01-19 18:32:37 -08:00 |
sceMpeg.h
|
|
|
sceNet.cpp
|
Try to use glDrawArrays in more situations, saving us a buffer. Misc.
|
2013-01-20 21:52:54 +01:00 |
sceNet.h
|
|
|
sceOpenPSID.cpp
|
|
|
sceOpenPSID.h
|
|
|
sceParseHttp.cpp
|
|
|
sceParseHttp.h
|
|
|
sceParseUri.cpp
|
|
|
sceParseUri.h
|
|
|
scePower.cpp
|
Implement a basic scePowerGetBatteryLifeTime().
|
2013-01-11 00:15:54 -08:00 |
scePower.h
|
|
|
scePsmf.cpp
|
Stub for scePsmfVerifyPsmf.
|
2013-01-29 01:29:09 +01:00 |
scePsmf.h
|
Add __PsmfPlayerDoState(PointerWrap &p) to sceKernel
|
2013-01-20 16:24:49 +08:00 |
sceRtc.cpp
|
Fix for Qt/Symbian.
|
2013-01-28 01:01:47 +10:00 |
sceRtc.h
|
|
|
sceSas.cpp
|
Init loop to true which ignore VAG loop and set sampleRate for each voices
|
2013-01-31 15:00:58 +08:00 |
sceSas.h
|
|
|
sceSsl.cpp
|
|
|
sceSsl.h
|
|
|
sceUmd.cpp
|
Get rid of waitTypeStrings and resched reason copy.
|
2013-01-26 11:29:20 -08:00 |
sceUmd.h
|
|
|
sceUsb.cpp
|
|
|
sceUsb.h
|
|
|
sceUtility.cpp
|
Set time format in config
|
2013-01-21 21:35:31 +08:00 |
sceUtility.h
|
Set time format in config
|
2013-01-21 21:35:31 +08:00 |
sceVaudio.cpp
|
Hacky implementation of sceVaudio, whatever the point of that API is...
|
2013-01-22 22:03:40 +01:00 |
sceVaudio.h
|
|
|