.. |
__sceAudio.cpp
|
Assorted cleanup, UWP memory map fixes. PSPFlower runs in both 32-bit and 64-bit.
|
2017-03-23 10:02:28 +01:00 |
__sceAudio.h
|
Clean up various files
|
2016-09-03 19:23:17 -04:00 |
FunctionWrappers.h
|
|
|
HLE.cpp
|
Core: Separate collecting and displaying stats.
|
2017-03-23 18:57:18 -07:00 |
HLE.h
|
A function renamed, some logging improvements
|
2017-03-10 00:11:00 +01:00 |
HLEHelperThread.cpp
|
Make Memory::Memcpy() execute memchecks directly.
|
2015-04-05 18:09:20 -07:00 |
HLEHelperThread.h
|
|
|
HLETables.cpp
|
Partially implement KUBridge, trying to help #8925. However, it doesn't even call the function.... Odd.
|
2016-10-09 12:40:40 +02:00 |
HLETables.h
|
|
|
KernelWaitHelpers.h
|
|
|
KUBridge.cpp
|
Clean up among the logs. Remove MASTER_LOG.
|
2017-03-06 13:10:23 +01:00 |
KUBridge.h
|
Partially implement KUBridge, trying to help #8925. However, it doesn't even call the function.... Odd.
|
2016-10-09 12:40:40 +02:00 |
proAdhoc.cpp
|
Change another mutex back to being recursive. Oops. Fixes #9450
|
2017-03-18 22:34:19 +01:00 |
proAdhoc.h
|
Change another mutex back to being recursive. Oops. Fixes #9450
|
2017-03-18 22:34:19 +01:00 |
proAdhocServer.cpp
|
Delete some left behind unused code
|
2017-01-25 10:05:39 +01:00 |
proAdhocServer.h
|
Switch to #pragma once in a few places.
|
2015-03-02 22:34:51 -08:00 |
ReplaceTables.cpp
|
Use unordered lookups for better speed.
|
2016-09-24 14:23:17 -07:00 |
ReplaceTables.h
|
Fix a performance issue in CallSyscall
|
2016-05-07 21:34:27 +02:00 |
sceAdler.cpp
|
Clean up among the logs. Remove MASTER_LOG.
|
2017-03-06 13:10:23 +01:00 |
sceAdler.h
|
|
|
sceAtrac.cpp
|
Enable FFMPEG in the UWP build
|
2017-03-23 10:02:28 +01:00 |
sceAtrac.h
|
Atrac: Fix savestates.
|
2016-01-17 10:05:15 -08:00 |
sceAudio.cpp
|
Clean up various files
|
2016-09-03 19:23:17 -04:00 |
sceAudio.h
|
|
|
sceAudiocodec.cpp
|
Fix various minor warnings.
|
2016-03-20 14:17:51 -07:00 |
sceAudiocodec.h
|
|
|
sceAudioRouting.cpp
|
Clean up among the logs. Remove MASTER_LOG.
|
2017-03-06 13:10:23 +01:00 |
sceAudioRouting.h
|
Add sceAudioRouting
|
2015-03-08 10:58:12 +08:00 |
sceCcc.cpp
|
Clean up among the logs. Remove MASTER_LOG.
|
2017-03-06 13:10:23 +01:00 |
sceCcc.h
|
|
|
sceChnnlsv.cpp
|
Add memchecks for ReadStruct/WriteStruct.
|
2015-04-05 18:09:35 -07:00 |
sceChnnlsv.h
|
|
|
sceCtrl.cpp
|
Big mutex overhaul - remove our custom ones, make them non-recursive where possible
|
2017-02-28 11:40:29 +01:00 |
sceCtrl.h
|
Release PSP buttons when losing gameplay focus, fixes part 1 of #7758, and part 2 of #7758 on Windows only.
|
2015-05-21 10:49:47 +02:00 |
sceDeflt.cpp
|
Update all the HLE tables with arg and ret info.
|
2015-03-22 20:51:55 -07:00 |
sceDeflt.h
|
|
|
sceDisplay.cpp
|
Merge pull request #9496 from unknownbrackets/idle-timing
|
2017-03-25 08:55:47 +01:00 |
sceDisplay.h
|
Remove an entry from GPUStats that didn't really belong.
|
2016-04-02 11:06:05 +02:00 |
sceDmac.cpp
|
Jit: Invalidate on dmac copy as well.
|
2015-12-27 22:06:05 -08:00 |
sceDmac.h
|
|
|
sceFont.cpp
|
Font: Skip log on missing zh_gb.pgf.
|
2016-08-07 10:27:27 -07:00 |
sceFont.h
|
|
|
sceG729.cpp
|
Update all the HLE tables with arg and ret info.
|
2015-03-22 20:51:55 -07:00 |
sceG729.h
|
Add sceG729 module
|
2015-03-08 13:27:40 +08:00 |
sceGameUpdate.cpp
|
Update all the HLE tables with arg and ret info.
|
2015-03-22 20:51:55 -07:00 |
sceGameUpdate.h
|
|
|
sceGe.cpp
|
Big mutex overhaul - remove our custom ones, make them non-recursive where possible
|
2017-02-28 11:40:29 +01:00 |
sceGe.h
|
|
|
sceHeap.cpp
|
Generate save state IDs for homebrew using the elf or directory name where applicable.
|
2015-09-25 19:27:40 +02:00 |
sceHeap.h
|
|
|
sceHprm.cpp
|
Update all the HLE tables with arg and ret info.
|
2015-03-22 20:51:55 -07:00 |
sceHprm.h
|
|
|
sceHttp.cpp
|
Update all the HLE tables with arg and ret info.
|
2015-03-22 20:51:55 -07:00 |
sceHttp.h
|
|
|
sceImpose.cpp
|
Update all the HLE tables with arg and ret info.
|
2015-03-22 20:51:55 -07:00 |
sceImpose.h
|
|
|
sceIo.cpp
|
Get rid of our own silly reimplementation of std::thread
|
2017-02-27 20:51:36 +01:00 |
sceIo.h
|
Move sceIo kernel tables to sceIo.
|
2016-08-04 09:46:29 -07:00 |
sceJpeg.cpp
|
Native merge part 1: skip native/ in includes.
|
2015-09-06 12:19:33 -07:00 |
sceJpeg.h
|
|
|
sceKernel.cpp
|
Clean up among the logs. Remove MASTER_LOG.
|
2017-03-06 13:10:23 +01:00 |
sceKernel.h
|
Move SysMemForKernel to sceKernelMemory.
|
2016-08-04 09:46:27 -07:00 |
sceKernelAlarm.cpp
|
Core: Add missing override specifiers
|
2015-10-17 02:58:02 -04:00 |
sceKernelAlarm.h
|
|
|
sceKernelEventFlag.cpp
|
Silence some unused result warnings.
|
2015-12-19 19:58:32 -08:00 |
sceKernelEventFlag.h
|
|
|
sceKernelInterrupt.cpp
|
Log kernel syscalls with a K.
|
2016-08-04 09:46:26 -07:00 |
sceKernelInterrupt.h
|
|
|
sceKernelMbx.cpp
|
Some Android warning fixes
|
2015-09-22 18:30:57 +02:00 |
sceKernelMbx.h
|
|
|
sceKernelMemory.cpp
|
Clean up among the logs. Remove MASTER_LOG.
|
2017-03-06 13:10:23 +01:00 |
sceKernelMemory.h
|
Move SysMemForKernel to sceKernelMemory.
|
2016-08-04 09:46:27 -07:00 |
sceKernelModule.cpp
|
A function renamed, some logging improvements
|
2017-03-10 00:11:00 +01:00 |
sceKernelModule.h
|
Partially implement KUBridge, trying to help #8925. However, it doesn't even call the function.... Odd.
|
2016-10-09 12:40:40 +02:00 |
sceKernelMsgPipe.cpp
|
Make Memory::Memcpy() execute memchecks directly.
|
2015-04-05 18:09:20 -07:00 |
sceKernelMsgPipe.h
|
|
|
sceKernelMutex.cpp
|
Add memchecks for ReadStruct/WriteStruct.
|
2015-04-05 18:09:35 -07:00 |
sceKernelMutex.h
|
|
|
sceKernelSemaphore.cpp
|
Remove some unreachable code.
|
2015-04-08 11:28:52 -07:00 |
sceKernelSemaphore.h
|
|
|
sceKernelThread.cpp
|
Fix an ancient bug in sceKernelExitDeleteThread
|
2017-03-10 00:11:01 +01:00 |
sceKernelThread.h
|
ThreadEvent: Trigger handlers for start/exit too.
|
2016-05-28 21:19:28 -07:00 |
sceKernelTime.cpp
|
|
|
sceKernelTime.h
|
|
|
sceKernelVTimer.cpp
|
Make Memory::Memcpy() execute memchecks directly.
|
2015-04-05 18:09:20 -07:00 |
sceKernelVTimer.h
|
|
|
sceMd5.cpp
|
Remove UTF-8 BOMs from a few files.
|
2016-08-07 17:59:35 -07:00 |
sceMd5.h
|
|
|
sceMp3.cpp
|
Update all the HLE tables with arg and ret info.
|
2015-03-22 20:51:55 -07:00 |
sceMp3.h
|
|
|
sceMp4.cpp
|
Update all the HLE tables with arg and ret info.
|
2015-03-22 20:51:55 -07:00 |
sceMp4.h
|
|
|
sceMpeg.cpp
|
Small changes to make Common and Core build under my preliminary UWP setup.
|
2017-02-24 18:59:41 +01:00 |
sceMpeg.h
|
Mpeg: Parse video streams from PSMF header.
|
2016-07-24 15:58:06 -07:00 |
sceMt19937.cpp
|
Fix a bunch of memory leaks, after enabling file+line-number memory leak tracking for the MS Debug CRT.
|
2016-02-10 15:36:10 +01:00 |
sceMt19937.h
|
|
|
sceNet.cpp
|
It's enough to call net::Init/Shutdown in NativeInit/Shutdown. Remove other calls.
|
2017-03-06 10:51:28 +01:00 |
sceNet.h
|
Add sceNetIfhandle staff
|
2016-02-13 20:27:07 +08:00 |
sceNetAdhoc.cpp
|
Big mutex overhaul - remove our custom ones, make them non-recursive where possible
|
2017-02-28 11:40:29 +01:00 |
sceNetAdhoc.h
|
|
|
sceNp.cpp
|
Update all the HLE tables with arg and ret info.
|
2015-03-22 20:51:55 -07:00 |
sceNp.h
|
|
|
sceOpenPSID.cpp
|
Update all the HLE tables with arg and ret info.
|
2015-03-22 20:51:55 -07:00 |
sceOpenPSID.h
|
|
|
sceP3da.cpp
|
Update all the HLE tables with arg and ret info.
|
2015-03-22 20:51:55 -07:00 |
sceP3da.h
|
|
|
sceParseHttp.cpp
|
Update all the HLE tables with arg and ret info.
|
2015-03-22 20:51:55 -07:00 |
sceParseHttp.h
|
|
|
sceParseUri.cpp
|
Update all the HLE tables with arg and ret info.
|
2015-03-22 20:51:55 -07:00 |
sceParseUri.h
|
|
|
scePauth.cpp
|
Update all the HLE tables with arg and ret info.
|
2015-03-22 20:51:55 -07:00 |
scePauth.h
|
|
|
scePower.cpp
|
Modify Hack for Crash Tag Team Racing to fix Gundam games
|
2017-02-03 01:13:02 +01:00 |
scePower.h
|
|
|
scePsmf.cpp
|
Fix video playback in LocoRoco 2. scePsmfPlayerGetInfo had a couple more parameters.
|
2017-02-17 10:29:00 +01:00 |
scePsmf.h
|
Psmf: Ignore stream size with old PsmfPlayer libs.
|
2016-08-14 17:24:29 -07:00 |
scePspNpDrm_user.cpp
|
Update all the HLE tables with arg and ret info.
|
2015-03-22 20:51:55 -07:00 |
scePspNpDrm_user.h
|
|
|
sceRtc.cpp
|
Delete some left behind unused code
|
2017-01-25 10:05:39 +01:00 |
sceRtc.h
|
|
|
sceSas.cpp
|
Big mutex overhaul - remove our custom ones, make them non-recursive where possible
|
2017-02-28 11:40:29 +01:00 |
sceSas.h
|
Show simple info about currently playing audio in on-screen Debug Statistics
|
2015-10-28 21:20:20 +01:00 |
sceSfmt19937.cpp
|
Fix a bunch of compiler warnings, delete some unused code
|
2016-03-13 15:17:31 +01:00 |
sceSfmt19937.h
|
|
|
sceSha256.cpp
|
Update all the HLE tables with arg and ret info.
|
2015-03-22 20:51:55 -07:00 |
sceSha256.h
|
|
|
sceSsl.cpp
|
Update all the HLE tables with arg and ret info.
|
2015-03-22 20:51:55 -07:00 |
sceSsl.h
|
|
|
sceUmd.cpp
|
Fix Dies irae Amantes amentes umd switch
|
2017-01-30 21:39:42 +08:00 |
sceUmd.h
|
|
|
sceUsb.cpp
|
Update all the HLE tables with arg and ret info.
|
2015-03-22 20:51:55 -07:00 |
sceUsb.h
|
Fix save status
|
2015-03-08 12:09:30 +08:00 |
sceUsbGps.cpp
|
Update all the HLE tables with arg and ret info.
|
2015-03-22 20:51:55 -07:00 |
sceUsbGps.h
|
|
|
sceUtility.cpp
|
Utility: Only require avcodec for mp4.
|
2016-08-27 10:15:35 -07:00 |
sceUtility.h
|
|
|
sceVaudio.cpp
|
Update all the HLE tables with arg and ret info.
|
2015-03-22 20:51:55 -07:00 |
sceVaudio.h
|
|
|
ThreadQueueList.h
|
ThreadEvent: Handle getting scheduled off a thread.
|
2016-05-29 00:59:52 -07:00 |