ppsspp/Core
Unknown W. Brackets 7edebd1c2f Put vtimer args on the stack, skip allocation.
This is roughly where they are on the PSP based on tests, and it avoids
having to manage memory or etc.
2013-10-22 07:45:47 -07:00
..
Debugger Buildfix 2013-10-18 15:07:04 +02:00
Dialog Fix too-slow fade in/out of save dialogs and others in 30hz games. 2013-10-16 18:54:40 +02: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 Removed redundant includes 2013-09-30 19:05:04 +02:00
HLE Put vtimer args on the stack, skip allocation. 2013-10-22 07:45:47 -07:00
HW Better fix for the UINT_64 define issue on android 2013-10-20 13:52:31 +02:00
MIPS Make Home in the game browser available on linux/mac/etc too. 2013-10-21 12:21:22 +02: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 ugly hack setting for PowerVR to disable alpha test 2013-10-22 13:00:19 +02:00
Config.h Add ugly hack setting for PowerVR to disable alpha test 2013-10-22 13:00:19 +02: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 Rip out the support for the Atrac3+ plugin. It is gone, to never return. 2013-10-19 23:09:26 +02: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 Typo. 2013-09-21 17:04:05 -07:00
CoreTiming.h Don't use Advance() in syscalls, it's unsafe. 2013-09-21 15:03:30 -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 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 Avoid some shadowing warnings. 2013-10-05 11:13:39 -07:00
Reporting.h Curious about what games use morph, so let's report. 2013-09-21 21:22:13 +02:00
SaveState.cpp Log some save state errors 2013-10-13 13:46:44 +02:00
SaveState.h Add basic support for rewinding (not enabled.) 2013-09-29 19:58:39 -07:00
System.cpp Fix multi-threading crashes on shutdown with Linux and Blackberry. Fixes issue #3133 -- thanks @unknown 2013-10-17 17:39:04 +10: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