ppsspp/Core
Unknown W. Brackets 35a38ac6b9 Ensure interrupts don't run on real threads.
If a thread waits on a sema, and an interrupt (such as an alarm) happens,
and the interrupt signals or deletes the sema, it needs to return the
value correctly.

For callbacks, it's injected, since they run on thread.  But interrupts
aren't supposed to run on thread anyway, so this switches to idle.
2012-12-18 01:49:53 -08:00
..
Debugger 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
Dialog Lots of various work on sceSas. ADSR envelopes, correct looping, etc etc... Still far from perfect but better. 2012-12-17 18:07:25 +01:00
ELF Save unencrypted PARAM.SFO 2012-12-14 20:55:57 +01:00
FileSystems Better hack for a path problem. Still don't get it. 2012-12-18 00:01:40 +01:00
HLE Ensure interrupts don't run on real threads. 2012-12-18 01:49:53 -08:00
HW Fix a possible crash in audio code 2012-12-17 21:59:43 +01:00
MIPS Parse PARAM.SFO to get the disc ID, show in title bar on Windows 2012-11-30 22:32:51 +01: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 Merge branch 'master' of github.com:hrydgard/ppsspp 2012-12-05 10:57:30 +07:00
Config.h Make the flash filesystem a real directory 2012-12-09 23:32:44 +00: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 Create files for sceUsb 2012-12-17 21:45:32 +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 Work around for strange idling issue, various fixes 2012-12-17 23:33:24 +01:00
CoreTiming.h Use u64 here to avoid warnings, better precision. 2012-11-22 16:40:26 -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