ppsspp/Core
Unknown W. Brackets 113146302b Don't schedule a finish event when not running.
Otherwise it'll get it when it does run, and stop early.
2013-11-09 23:08:44 -08:00
..
Debugger Read function size from .sym 2013-11-01 14:14:06 +01:00
Dialog Turn down some logging. 2013-11-08 18:52:07 +01:00
ELF Just log and continue when EI_CLASS is wrong. 2013-10-12 10:03:27 -07:00
FileSystems Turn down some logging. 2013-11-08 18:52:07 +01:00
Font Regression font alignment fix 2013-11-02 20:31:39 +08:00
HLE Use a CORE_POWERUP state when starting. 2013-11-09 23:07:52 -08:00
HW Use a CORE_POWERUP state when starting. 2013-11-09 23:07:52 -08:00
MIPS Fix typo in ARM debug build. 2013-11-09 15:58:27 -08: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 Add temporary setting to disable the vertex decoder jit while we debug it 2013-11-09 18:16:26 +01:00
Config.h Add temporary setting to disable the vertex decoder jit while we debug it 2013-11-09 18:16:26 +01:00
Core.cpp Use a CORE_POWERUP state when starting. 2013-11-09 23:07:52 -08:00
Core.h Shutdown cleanly even when GE debugger is paused. 2013-09-28 00:32:45 -07:00
Core.vcxproj Extract JitState into its own header (arm/x86) 2013-11-08 18:51:52 +01:00
Core.vcxproj.filters Extract JitState into its own header (arm/x86) 2013-11-08 18:51:52 +01:00
CoreParameter.h Remove coreParam.disableG3Dlog and enableDebugging. 2013-11-09 11:02:12 -08: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 Get rid of CPU class so that MIPSState can be POD, enabling offsetof 2013-01-08 14:20:06 +01:00
CPU.h Get rid of CPU class so that MIPSState can be POD, enabling offsetof 2013-01-08 14:20:06 +01:00
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 Restructure the hack to be more correct, and add support for double texture coordinates. Fixes #2314. 2013-06-26 16:02:52 -04:00
HDRemaster.h Avoid some dangerous hex constant widths. 2013-08-22 23:23:48 -07:00
Host.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
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 Move VirtualDiscFileSystem to its own file. 2013-07-28 12:31:48 -07:00
PSPLoaders.h Fix more style issues, and abstract most of the init code from MemMap.cpp. 2013-06-26 16:02:52 -04:00
PSPMixer.cpp move direct sound specific behavior into the actual direct sound function instead of into an ifdef 2013-11-04 18:29:49 +01: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 Merge branch 'autoLoadSave' of https://github.com/bollu/ppsspp into bollu-autoLoadSave 2013-11-06 15:40:36 +01:00
SaveState.h Fix some rewinding issues, better accessors. 2013-11-02 18:32:34 -07:00
System.cpp Don't schedule a finish event when not running. 2013-11-09 23:08:44 -08:00
System.h Use a CORE_POWERUP state when starting. 2013-11-09 23:07:52 -08:00
ThreadEventQueue.h Don't schedule a finish event when not running. 2013-11-09 23:08:44 -08:00