.. |
__sceAudio.cpp
|
Pass the game selection screen audio through the resampler. Fixes #7316 .
|
2015-01-29 14:58:03 +01:00 |
__sceAudio.h
|
Pass the game selection screen audio through the resampler. Fixes #7316 .
|
2015-01-29 14:58:03 +01:00 |
FunctionWrappers.h
|
sceSfmt19937 fix
|
2015-02-16 23:38:45 +08:00 |
HLE.cpp
|
Handle an error condition better.
|
2015-01-19 08:34:12 -08:00 |
HLE.h
|
Remove hleAfterCheckAllCallbacks().
|
2014-06-28 03:10:30 -07:00 |
HLEHelperThread.cpp
|
Allocate a correct amount for helper threads.
|
2014-12-13 18:35:58 -08:00 |
HLEHelperThread.h
|
Add a class to create helper threads from HLE.
|
2014-05-22 23:38:21 -07:00 |
HLETables.cpp
|
Implement sceSfmt19937 module.
|
2015-02-15 13:22:20 +08:00 |
HLETables.h
|
Mostly get rid of including "Globals.h"
|
2013-12-30 10:17:11 +01:00 |
KernelWaitHelpers.h
|
Wake good pri threads immediately from timeouts.
|
2014-06-24 00:49:36 -07:00 |
proAdhoc.cpp
|
Don't prepare to fetch translations unless we actually are going to use them.. In a couple of places in the code.
|
2015-02-04 13:41:21 +01:00 |
proAdhoc.h
|
Merge pull request #7270 from Bigpet/adhocthread
|
2015-01-04 20:34:19 +01:00 |
proAdhocServer.cpp
|
Minor warning fixes.
|
2015-01-11 14:23:42 -08:00 |
proAdhocServer.h
|
Minor warning fixes.
|
2015-01-11 14:23:42 -08:00 |
ReplaceTables.cpp
|
Allow multiple replacements on the same func.
|
2015-02-21 15:48:09 -08:00 |
ReplaceTables.h
|
Allow multiple replacements on the same func.
|
2015-02-21 15:48:09 -08:00 |
sceAdler.cpp
|
update validAddresses range
|
2015-02-08 11:34:35 +08:00 |
sceAdler.h
|
update validAddresses range
|
2015-02-08 11:34:35 +08:00 |
sceAtrac.cpp
|
Use pre-increment instead of post-increment for iterators, and use auto for some iterators
|
2015-03-01 16:55:47 +01:00 |
sceAtrac.h
|
Add breakpoints to most sceAtrac mem access.
|
2014-09-23 11:33:18 -07:00 |
sceAudio.cpp
|
Some games spam sceAudioGetChannelGetLength, reduce loglevel to VERBOSE to ease debugging
|
2015-03-01 15:33:35 +01:00 |
sceAudio.h
|
Fix nonsmooth sound issue and incomplete frame at the end of source and pcm buffers.
|
2014-04-12 23:16:38 +02:00 |
sceAudiocodec.cpp
|
Core: Mark some module functions as static
|
2014-12-08 04:40:08 -05:00 |
sceAudiocodec.h
|
Audio stuff: Cleanup, delete dead code
|
2014-06-22 14:01:23 +02:00 |
sceCcc.cpp
|
Core: Mark some module functions as static
|
2014-12-08 04:40:08 -05:00 |
sceCcc.h
|
Cut down on a few more includes in Core/HLE/.
|
2014-03-15 11:49:35 -07:00 |
sceChnnlsv.cpp
|
Core: Mark some module functions as static
|
2014-12-08 04:40:08 -05:00 |
sceChnnlsv.h
|
Fix some vertical alignments in misc Core source files.
|
2014-03-03 11:16:53 -05:00 |
sceCtrl.cpp
|
Core: Mark some module functions as static
|
2014-12-08 04:40:08 -05:00 |
sceCtrl.h
|
Add sceCtrl_driver and sceDisplay_driver
|
2014-02-17 20:46:57 +08:00 |
sceDeflt.cpp
|
Core: Mark some module functions as static
|
2014-12-08 04:40:08 -05:00 |
sceDeflt.h
|
Added sceZlibDecompress and VS2010 build fix
|
2013-04-05 13:26:54 +08:00 |
sceDisplay.cpp
|
Make it impossible to set Auto Frameskip and Non-buffered together as they interact in a bad way
|
2015-02-09 23:11:45 +01:00 |
sceDisplay.h
|
Warning fixes, sprintf->snprintf
|
2014-09-13 23:51:07 +02:00 |
sceDmac.cpp
|
Core: Mark some module functions as static
|
2014-12-08 04:40:08 -05:00 |
sceDmac.h
|
Core/HLE/sceKernel.h: Added name for PSP error code 0x80000023 and replaced the used if its error number with its error code name.
|
2014-04-03 18:42:10 +02:00 |
sceFont.cpp
|
Remove some unused functions.
|
2014-12-14 17:35:20 -08:00 |
sceFont.h
|
Add sceLibFttt
|
2014-08-15 22:42:08 +08:00 |
sceGameUpdate.cpp
|
Core: Mark some module functions as static
|
2014-12-08 04:40:08 -05:00 |
sceGameUpdate.h
|
Cut down on a few more includes in Core/HLE/.
|
2014-03-15 11:49:35 -07:00 |
sceGe.cpp
|
Core: Add missing override specifiers
|
2014-12-08 15:20:31 -05:00 |
sceGe.h
|
check for duplicated stack addresses
|
2014-08-13 21:28:22 +08:00 |
sceHeap.cpp
|
Core: Mark some module functions as static
|
2014-12-08 04:40:08 -05:00 |
sceHeap.h
|
Fix bugs and Clean up.
|
2013-10-02 06:07:02 +08:00 |
sceHprm.cpp
|
Core: Mark some module functions as static
|
2014-12-08 04:40:08 -05:00 |
sceHprm.h
|
Cut down on a few more includes in Core/HLE/.
|
2014-03-15 11:49:35 -07:00 |
sceHttp.cpp
|
Core: Mark some module functions as static
|
2014-12-08 04:40:08 -05:00 |
sceHttp.h
|
Add new sceNp/scePauth and some stubs for unknown functions on THE IDOLM@STER SP.
|
2013-04-29 12:40:09 +09:00 |
sceImpose.cpp
|
Core: Mark some module functions as static
|
2014-12-08 04:40:08 -05:00 |
sceImpose.h
|
Cut down on h files including PointerWrap.
|
2013-02-04 08:26:59 -08:00 |
sceIo.cpp
|
Fix typo breaking old savestates.
|
2014-12-29 08:53:19 -08:00 |
sceIo.h
|
Core: Mark some module functions as static
|
2014-12-08 04:40:08 -05:00 |
sceJpeg.cpp
|
Fix memory leaks in sceJpeg
|
2014-12-31 15:34:50 +01:00 |
sceJpeg.h
|
Cut down on a few more includes in Core/HLE/.
|
2014-03-15 11:49:35 -07:00 |
sceKernel.cpp
|
Rearrange Network Shutdown to be properly in order (NetInit->AdhocInit->network functions->AdhocTerm->NetTerm)
|
2015-01-04 13:04:00 +01:00 |
sceKernel.h
|
Core: Mark some functions as const
|
2014-12-03 15:16:11 -05:00 |
sceKernelAlarm.cpp
|
Core: Add missing override specifiers
|
2014-12-08 15:20:31 -05:00 |
sceKernelAlarm.h
|
Add state saving to tertiary kernel modules.
|
2012-12-28 13:55:25 -08:00 |
sceKernelEventFlag.cpp
|
More replacement function accuracy improvements. Makes J&D happy, "fixing" #7502.
|
2015-02-20 00:17:47 +01:00 |
sceKernelEventFlag.h
|
Remove bad param from sceKernelPollEventFlag().
|
2013-08-18 18:38:04 -07:00 |
sceKernelInterrupt.cpp
|
Remove some unused functions.
|
2014-12-14 17:35:20 -08:00 |
sceKernelInterrupt.h
|
Return error codes in register/release subintr.
|
2014-06-21 21:27:58 -07:00 |
sceKernelMbx.cpp
|
Use pre-increment instead of post-increment for iterators, and use auto for some iterators
|
2015-03-01 16:55:47 +01:00 |
sceKernelMbx.h
|
Use *_le for the sceKernel* funcs.
|
2013-07-25 08:04:34 -07:00 |
sceKernelMemory.cpp
|
Fix an iterator corruption on tls thread autofree.
|
2015-02-21 15:50:20 -08:00 |
sceKernelMemory.h
|
Clarify some module loading code.
|
2014-08-17 14:26:00 -07:00 |
sceKernelModule.cpp
|
Allocate less in sceKernelLoadModuleByID w/ offset.
|
2015-01-10 08:36:12 -08:00 |
sceKernelModule.h
|
Load kernel modules into kernel memory.
|
2014-08-17 14:25:55 -07:00 |
sceKernelMsgPipe.cpp
|
Avoid calling GetPointer() multiple times in a row
|
2014-12-22 22:46:37 -05:00 |
sceKernelMsgPipe.h
|
Correct sceKernelReferMsgPipeStatus().
|
2013-08-18 18:45:43 -07:00 |
sceKernelMutex.cpp
|
Merge pull request #7140 from AbandonedCart/master
|
2014-12-18 22:38:14 +01:00 |
sceKernelMutex.h
|
Implement sceKernelCancelMutex().
|
2013-08-25 16:38:49 -07:00 |
sceKernelSemaphore.cpp
|
Core: Add missing override specifiers
|
2014-12-08 15:20:31 -05:00 |
sceKernelSemaphore.h
|
Add state saving to tertiary kernel modules.
|
2012-12-28 13:55:25 -08:00 |
sceKernelThread.cpp
|
Use pre-increment instead of post-increment for iterators, and use auto for some iterators
|
2015-03-01 16:55:47 +01:00 |
sceKernelThread.h
|
don't use Thread* to create thread
|
2015-01-04 18:58:42 +01:00 |
sceKernelTime.cpp
|
Cleam up thread names a bit, name the Main thread.
|
2014-06-29 12:53:03 +02:00 |
sceKernelTime.h
|
Replace some hleEatCycles() with actual PSP timing.
|
2013-05-04 23:42:10 -07:00 |
sceKernelVTimer.cpp
|
Core: Add missing override specifiers
|
2014-12-08 15:20:31 -05:00 |
sceKernelVTimer.h
|
Fix vtimer uid param type, add algorithm include.
|
2013-10-22 07:46:33 -07:00 |
sceMd5.cpp
|
Core: Mark some module functions as static
|
2014-12-08 04:40:08 -05:00 |
sceMd5.h
|
Cut down on a few more includes in Core/HLE/.
|
2014-03-15 11:49:35 -07:00 |
sceMp3.cpp
|
Core: Mark some module functions as static
|
2014-12-08 04:40:08 -05:00 |
sceMp3.h
|
Cut down on a few more includes in Core/HLE/.
|
2014-03-15 11:49:35 -07:00 |
sceMp4.cpp
|
Remove a clear copy/paste error.
|
2014-12-20 09:42:08 -08:00 |
sceMp4.h
|
Implementation of sceAac module
|
2014-04-11 09:03:13 +02:00 |
sceMpeg.cpp
|
Use pre-increment instead of post-increment for iterators, and use auto for some iterators
|
2015-03-01 16:55:47 +01:00 |
sceMpeg.h
|
Reverse packetsFree to packetsAvail.
|
2015-01-03 18:59:56 -08:00 |
sceMt19937.cpp
|
Core: Mark some module functions as static
|
2014-12-08 04:40:08 -05:00 |
sceMt19937.h
|
Cut down on a few more includes in Core/HLE/.
|
2014-03-15 11:49:35 -07:00 |
sceNet.cpp
|
Show some major networking errors on the OSD
|
2015-01-04 13:04:11 +01:00 |
sceNet.h
|
Adding Branch opcode to the MAKE_MIPS
|
2015-01-04 13:04:02 +01:00 |
sceNetAdhoc.cpp
|
Use pre-increment instead of post-increment for iterators, and use auto for some iterators
|
2015-03-01 16:55:47 +01:00 |
sceNetAdhoc.h
|
don't use Thread* to create thread
|
2015-01-04 18:58:42 +01:00 |
sceNp.cpp
|
Core: Mark some module functions as static
|
2014-12-08 04:40:08 -05:00 |
sceNp.h
|
Added sceJpeg & sceMd5
|
2013-05-15 19:49:34 +08:00 |
sceOpenPSID.cpp
|
Core: Mark some module functions as static
|
2014-12-08 04:40:08 -05:00 |
sceOpenPSID.h
|
Add some missing sce* Functions
|
2012-12-06 18:02:55 +00:00 |
sceP3da.cpp
|
Core: Mark some module functions as static
|
2014-12-08 04:40:08 -05:00 |
sceP3da.h
|
Cut down on a few more includes in Core/HLE/.
|
2014-03-15 11:49:35 -07:00 |
sceParseHttp.cpp
|
Cut down on a few more includes in Core/HLE/.
|
2014-03-15 11:49:35 -07:00 |
sceParseHttp.h
|
Add some missing sce* Functions
|
2012-12-06 18:02:55 +00:00 |
sceParseUri.cpp
|
Cut down on a few more includes in Core/HLE/.
|
2014-03-15 11:49:35 -07:00 |
sceParseUri.h
|
Add some missing sce* Functions
|
2012-12-06 18:02:55 +00:00 |
scePauth.cpp
|
Updata as hrydgard' suggestion
|
2014-12-12 10:07:28 +08:00 |
scePauth.h
|
Add new sceNp/scePauth and some stubs for unknown functions on THE IDOLM@STER SP.
|
2013-04-29 12:40:09 +09:00 |
scePower.cpp
|
Core: Mark some module functions as static
|
2014-12-08 04:40:08 -05:00 |
scePower.h
|
Cut down on h files including PointerWrap.
|
2013-02-04 08:26:59 -08:00 |
scePsmf.cpp
|
scePsmf: Remove unnecessary conditions
|
2014-12-10 23:30:19 -05:00 |
scePsmf.h
|
Add __PsmfPlayerDoState(PointerWrap &p) to sceKernel
|
2013-01-20 16:24:49 +08:00 |
scePspNpDrm_user.cpp
|
Core: Mark some module functions as static
|
2014-12-08 04:40:08 -05:00 |
scePspNpDrm_user.h
|
DLC encryption
|
2013-02-24 19:27:37 +02:00 |
sceRtc.cpp
|
Core: Mark some module functions as static
|
2014-12-08 04:40:08 -05:00 |
sceRtc.h
|
Reduce a few Core/Dialog/ includes.
|
2014-03-15 10:52:13 -07:00 |
sceSas.cpp
|
Core: Mark some module functions as static
|
2014-12-08 04:40:08 -05:00 |
sceSas.h
|
Start save stating audio, plus minor fixes.
|
2012-12-28 13:55:29 -08:00 |
sceSfmt19937.cpp
|
sceSfmt19937 fix
|
2015-02-16 23:38:45 +08:00 |
sceSfmt19937.h
|
Implement sceSfmt19937 module.
|
2015-02-15 13:22:20 +08:00 |
sceSha256.cpp
|
sceSha256: Mark sceSha256Digest as static
|
2014-12-08 12:31:57 -05:00 |
sceSha256.h
|
sceSha256
|
2014-12-04 22:44:41 +08:00 |
sceSsl.cpp
|
Core: Mark some module functions as static
|
2014-12-08 04:40:08 -05:00 |
sceSsl.h
|
Cut down on h files including PointerWrap.
|
2013-02-04 08:26:59 -08:00 |
sceUmd.cpp
|
Core: Mark some module functions as static
|
2014-12-08 04:40:08 -05:00 |
sceUmd.h
|
Fix some vertical alignments in misc Core source files.
|
2014-03-03 11:16:53 -05:00 |
sceUsb.cpp
|
Core: Mark some module functions as static
|
2014-12-08 04:40:08 -05:00 |
sceUsb.h
|
Save state of a bunch of small modules.
|
2012-12-28 13:55:28 -08:00 |
sceUsbGps.cpp
|
Core: Mark some module functions as static
|
2014-12-08 04:40:08 -05:00 |
sceUsbGps.h
|
Add sceUsbGps module
|
2014-08-13 00:11:26 +08:00 |
sceUtility.cpp
|
Remove some unused functions.
|
2014-12-14 17:35:20 -08:00 |
sceUtility.h
|
Fix some vertical alignments in misc Core source files.
|
2014-03-03 11:16:53 -05:00 |
sceVaudio.cpp
|
Core: Mark some module functions as static
|
2014-12-08 04:40:08 -05:00 |
sceVaudio.h
|
Correct some error codes and init in Vaudio.
|
2013-05-19 15:50:52 -07:00 |