ppsspp/Core
Henrik Rydgård b077caf3cf Merge pull request #232 from unknownbrackets/osk-fixes
Some crashfixes for OSK, release crash investigation
2012-12-23 11:40:35 -08:00
..
Debugger Fix some ignored error / shadowing warnings. 2012-12-21 16:23:21 -08:00
Dialog Make the OSK go left/right like SNES/etc. ones. 2012-12-23 09:25:42 -08:00
ELF Save unencrypted PARAM.SFO 2012-12-14 20:55:57 +01:00
FileSystems Fix sceIoRemove() on Windows infinite looping. 2012-12-22 09:01:59 -08:00
HLE Merge pull request #232 from unknownbrackets/osk-fixes 2012-12-23 11:40:35 -08:00
HW Fix audio crash in FF type-0 2012-12-23 23:27:54 +08:00
MIPS Fix some ignored error / shadowing warnings. 2012-12-21 16:23:21 -08:00
Util * Load and display save image in save/load menu 2012-12-13 22:06:45 +01:00
CMakeLists.txt Create files for sceUsb 2012-12-17 21:45:32 +01:00
Config.cpp JIT: add option to enable/disable jit of memory instructions. for crash safety. 2012-12-21 16:50:13 +01:00
Config.h JIT: add option to enable/disable jit of memory instructions. for crash safety. 2012-12-21 16:50:13 +01:00
Core.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
Core.h Found a better way to do the previous change. Allow JIT on mac/linux. 2012-11-19 14:51:47 +01:00
Core.vcxproj Rewrite the vertex decoder a bit. Turn on SSE2 compiler flag etc. 2012-12-20 15:07:57 +01:00
Core.vcxproj.filters Create files for sceUsb 2012-12-17 21:45:32 +01:00
CoreParameter.h Add "slightly faster interpreter", optimizing the most common instrs. Not as helpful as I thought it would be on Android, really need a proper JIT. 2012-11-23 12:42:35 +01:00
CoreTiming.cpp Assorted minor cleanup and fixes. 2012-12-21 10:20:22 +01:00
CoreTiming.h Correct sceKernelSetSysClockAlarm timing. 2012-12-21 11:58:32 -08:00
CPU.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
CPU.h Synchronize the mainloop to the display end-of-frame on nonWindows 2012-11-19 14:16:37 +01: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 Parse PARAM.SFO to get the disc ID, show in title bar on Windows 2012-11-30 22:32:51 +01:00
Loaders.cpp Misc fixes (accept .prx, work on power callbacks, bugs) 2012-11-10 10:15:11 +01:00
Loaders.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
MemMap.cpp Display OSK message 2012-12-15 17:13:58 +00:00
MemMap.h Display OSK message 2012-12-15 17:13:58 +00:00
MemMapFunctions.cpp DXT textures now mostly working-ish (work left to do on alpha for DXT3/5) 2012-11-28 16:12:29 +01:00
PSPLoaders.cpp Save unencrypted PARAM.SFO 2012-12-14 20:55:57 +01:00
PSPLoaders.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
PSPMixer.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
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
System.cpp Allow changing of zoom factor at runtime 2012-12-17 21:06:47 +01:00
System.h Allow changing of zoom factor at runtime 2012-12-17 21:06:47 +01:00