ppsspp/Core
2013-07-28 14:50:25 +02:00
..
Debugger -display disabled breakpoints with separate icon 2013-07-10 10:56:03 +02:00
Dialog Buildfix 2013-07-21 17:59:04 +08:00
ELF Avoid a possibly uninitialized var. 2013-07-26 22:50:56 -07:00
FileSystems Fix some minor virtual disc warnings. 2013-07-26 22:50:57 -07:00
Font More carefully check defines for endianness. 2013-07-25 22:25:50 -07:00
HLE Merge remote-tracking branch 'origin' 2013-07-27 13:11:30 +02:00
HW Merge pull request #2941 from thedax/audioFix 2013-07-27 03:00:08 -07:00
MIPS Added MIPS assembler 2013-07-28 14:50:25 +02:00
Util Text spacing adjustments. 2013-06-15 21:20:18 +08:00
CMakeLists.txt Add dummy sceCcc 2013-06-30 20:21:56 +08:00
Config.cpp Add experimental UV prescaling hack, hidden as it's not finished yet. 2013-07-27 23:23:17 +02:00
Config.h Add experimental UV prescaling hack, hidden as it's not finished yet. 2013-07-27 23:23:17 +02:00
Core.cpp Allow Core_WaitInactive() when already inactive. 2013-06-30 22:47:39 -07:00
Core.h Fix/prevent crashes when MainWindow is closed before LoadFile() completes, or when it gets certain messages before TheThread completes initialization. 2013-06-15 13:06:43 +08:00
Core.vcxproj Added MIPS assembler 2013-07-28 14:50:25 +02:00
Core.vcxproj.filters Added MIPS assembler 2013-07-28 14:50:25 +02:00
CoreParameter.h Delete the "Use Media Engine" option. 2013-06-08 22:53:36 +02:00
CoreTiming.cpp Fix name collision when building on Windows. Was preventing Blackberry from building. 2013-05-03 16:10:23 +10:00
CoreTiming.h Buildfixes. 2013-06-02 13:26:39 +10: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 Fix other NULL statements 2013-07-18 20:42:02 -05:00
CwCheat.h Rewrite .ini files to match cheat.db 2013-06-16 17:59:59 -05: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 Various small code cleanups. 2013-07-17 17:49:57 -04: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 Buildfixes. 2013-06-02 13:26:39 +10:00
Loaders.cpp Allow filenames like e.g. F:\ as dirs. 2013-07-27 01:17:18 -07:00
Loaders.h Open directory as disc image 2013-07-23 17:24:33 +02:00
MemMap.cpp Various small code cleanups. 2013-07-17 17:49:57 -04:00
MemMap.h Add special u32_le/etc. types to mark endianness. 2013-07-25 08:04:34 -07:00
MemMapFunctions.cpp Fix range of newui volume control. Delete some old junk. 2013-07-21 12:12:20 +02:00
PSPLoaders.cpp -save state support 2013-07-24 22:49:45 +02: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 Let's not play noise when paused on Windows. 2013-03-30 18:54:10 +01:00
PSPMixer.h 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
Reporting.cpp Rename "VPS"/"FPS" to "Speed"/"FPES" so it's clear. 2013-06-29 20:06:34 -07:00
Reporting.h Add reporting for alphatest mask. 2013-05-11 01:19:46 -07:00
SaveState.cpp Correct function. 2013-07-17 03:34:43 -03:00
SaveState.h Version to savestate and open other game in other screens. 2013-07-17 02:33:26 -03:00
System.cpp Open directory as disc image 2013-07-23 17:24:33 +02:00
System.h Treat CORE_NEXTFRAME like CORE_RUNNING is bps. 2013-07-27 13:26:43 -07:00