ppsspp/Core
Unknown W. Brackets 5e57a2ffa8 Don't allow reporting from bad savestates.
If the savestate was created with bad settings, or was loaded from an
older version, it may be damaged.  Let's not report old problems.
2014-02-17 09:43:12 -08:00
..
Debugger Avoid a dangerous cast in LoadSymbolMap(). 2014-02-15 16:23:18 -08:00
Dialog fix empty string checking 2014-02-15 16:31:37 -05:00
ELF Improve error handling when PARAM.SFO can't read. 2014-02-15 10:34:39 -08:00
FileSystems Improve error handling when PARAM.SFO can't read. 2014-02-15 10:34:39 -08:00
Font [Xbox] Endian, missing on swap.h ? 2014-01-26 14:28:42 -08:00
HLE Don't allow reporting from bad savestates. 2014-02-17 09:43:12 -08:00
HW Merge pull request #5407 from raven02/patch-18 2014-02-12 15:26:54 +01:00
MIPS Fix stack overflow on x64 with memchecks, darn it. 2014-02-16 19:18:08 -08:00
Util Don't use strstr for single character search terms 2013-12-30 21:48:36 -08:00
CMakeLists.txt Implement sceMt19937() 2014-01-25 20:17:53 +08:00
Config.cpp Remove more bad uses of dp_xres. Fix a data flow issue 2014-02-10 15:55:21 +01:00
Config.h Use consistent names for reporting config settings. 2014-02-09 17:39:19 -08:00
Core.cpp Remove more bad uses of dp_xres. Fix a data flow issue 2014-02-10 15:55:21 +01:00
Core.h Update native with buildfix. Fix some resizing issues. 2014-02-10 15:14:45 +01:00
Core.vcxproj Clean up defines in MSVC project files. 2014-02-08 16:38:44 -08:00
Core.vcxproj.filters Update project to MSVC 2013 tools. 2014-02-08 13:41:28 -08:00
CoreParameter.h Remove obsolete outputWidth/outputHeight 2014-02-10 12:44:35 +01:00
CoreTiming.cpp Improvements to timer hack. 2013-11-20 12:55:56 +10:00
CoreTiming.h More include cleanup. Hoping for very slightly faster compile times.. 2013-12-30 10:49:05 +01:00
CwCheat.cpp Disable reporting when using cheats as well. 2014-02-15 15:41:27 -08:00
CwCheat.h Disable reporting when using cheats as well. 2014-02-15 15:41:27 -08:00
HDRemaster.cpp
HDRemaster.h More include cleanup. Hoping for very slightly faster compile times.. 2013-12-30 10:49:05 +01:00
Host.cpp Fix some includes on Windows/etc. 2013-12-29 15:59:36 -08:00
Host.h Fix some includes on Windows/etc. 2013-12-29 15:59:36 -08:00
Loaders.cpp Start untangling our include mess a little. 2013-12-29 23:34:45 +01:00
Loaders.h More include cleanup. Hoping for very slightly faster compile times.. 2013-12-30 10:49:05 +01:00
MemMap.cpp Switch from USING_GLES2 to MOBILE_DEVICE. 2014-02-08 16:37:58 -08:00
MemMap.h More include cleanup. Hoping for very slightly faster compile times.. 2013-12-30 10:49:05 +01:00
MemMapFunctions.cpp Delete CPU.cpp/h , cleanup 2013-12-30 00:11:29 +01:00
PSPLoaders.cpp Fix PAKFILE2.BIN and eboot logic 2014-02-16 10:51:45 +08:00
PSPLoaders.h Mostly get rid of including "Globals.h" 2013-12-30 10:17:11 +01:00
PSPMixer.cpp
PSPMixer.h
Reporting.cpp Don't allow reporting from bad savestates. 2014-02-17 09:43:12 -08:00
Reporting.h Don't allow reporting from bad savestates. 2014-02-17 09:43:12 -08:00
SaveState.cpp Keep track of whether a savestate has been used. 2014-02-09 17:39:15 -08:00
SaveState.h Keep track of whether a savestate has been used. 2014-02-09 17:39:15 -08:00
System.cpp Allow double PSP_Shutdown() without any error. 2014-02-14 21:53:59 -08:00
System.h In multithreadead, load the game async. 2014-01-19 14:41:01 -08:00
ThreadEventQueue.h