ppsspp/Core
2013-11-03 01:14:22 -07:00
..
Debugger Read function size from .sym 2013-11-01 14:14:06 +01:00
Dialog Implemented DELETEDATA mode of saveDialog. 2013-11-02 19:48:25 +08:00
ELF Just log and continue when EI_CLASS is wrong. 2013-10-12 10:03:27 -07:00
FileSystems Fix path bug by using the right quotes.. 2013-10-20 10:46:23 +02:00
Font Regression font alignment fix 2013-11-02 20:31:39 +08:00
HLE Fix volume scaling for mono inputs, etc. 2013-11-03 01:14:22 -07:00
HW Fix volume scaling for mono inputs, etc. 2013-11-03 01:14:22 -07:00
MIPS Add a temporary hack option that may help debugging the wipeout glow. 2013-10-30 22:47:36 +01:00
Util Fix bugs and Clean up. 2013-10-02 06:07:02 +08:00
CMakeLists.txt Add new files to cmake and Android.mk 2013-10-13 10:32:56 +08:00
Config.cpp Merge pull request #4369 from unknownbrackets/deadbeef 2013-11-01 14:15:53 -07:00
Config.h Merge pull request #4369 from unknownbrackets/deadbeef 2013-11-01 14:15:53 -07:00
Core.cpp Buildfix Qt Linux. 2013-10-15 00:40:46 +10:00
Core.h Shutdown cleanly even when GE debugger is paused. 2013-09-28 00:32:45 -07:00
Core.vcxproj Always compile xxhash with optimizations. 2013-10-26 19:51:50 -07:00
Core.vcxproj.filters Rip out the support for the Atrac3+ plugin. It is gone, to never return. 2013-10-19 23:09:26 +02:00
CoreParameter.h Add FXAA antialiasing on non-mobile. Works best when render resolution = window size. 2013-09-26 12:41:59 +02:00
CoreTiming.cpp Keep more careful track of microsecond time. 2013-10-24 01:09:35 -07:00
CoreTiming.h Keep more careful track of microsecond time. 2013-10-24 01:09:35 -07:00
CPU.cpp
CPU.h
CwCheat.cpp Have CWCheats use it, too. It's useful pretty much anywhere one needs the real path instead of a virtual memory stick path. 2013-10-15 03:41:11 -04:00
CwCheat.h Always register the cheat event, for savestates. 2013-10-07 07:46:18 -07:00
HDRemaster.cpp
HDRemaster.h Avoid some dangerous hex constant widths. 2013-08-22 23:23:48 -07:00
Host.cpp
Host.h Use the newer interface for Qt's gpu debugging. 2013-10-20 00:14:39 -07:00
Loaders.cpp Fix typo 2013-09-04 13:48:22 +02:00
Loaders.h Try to detect if someone tries to open a PSX ISO 2013-09-02 01:49:15 +02:00
MemMap.cpp Check version in each DoState() func. 2013-09-14 20:23:03 -07:00
MemMap.h Fix one more PSPPointer function. Fixes #3897 2013-09-23 22:06:50 +02:00
MemMapFunctions.cpp Track copies of framebuffers in ram created through sceDmacMemcpy, so that we can display them. 2013-09-21 18:53:55 +02:00
PSPLoaders.cpp
PSPLoaders.h
PSPMixer.cpp Revert "Merge pull request #4068 from bollu/AudioArtefactFix" 2013-10-07 20:25:35 +02:00
PSPMixer.h Revert "Merge pull request #4068 from bollu/AudioArtefactFix" 2013-10-07 20:25:35 +02:00
Reporting.cpp Remove duplicate thread library (StdThread) 2013-10-29 11:50:29 +10:00
Reporting.h Curious about what games use morph, so let's report. 2013-09-21 21:22:13 +02:00
SaveState.cpp Automatically clear the JIT when exiting the Cheats dialog box. 2013-10-23 16:10:58 +02:00
SaveState.h Add basic support for rewinding (not enabled.) 2013-09-29 19:58:39 -07:00
System.cpp We don't need to reset the counter as it's already done in Reset() 2013-10-23 19:05:08 +02:00
System.h Assume g_Config.memCardDirectory will have a trailing slash. Make InitSysDirectories for Win32 only. 2013-10-15 03:41:10 -04:00
ThreadEventQueue.h Fix uninitialized variable, oops. 2013-10-13 15:14:30 -07:00