ppsspp/Core
Unknown W. Brackets 92e519c24b Don't always reschedule after running callbacks.
When not waiting, usually only local callbacks are called.
Some functions are unique though.
2012-12-09 01:04:53 -08:00
..
Debugger
ELF Buildfix 2012-12-01 12:36:52 +01:00
FileSystems Fix project and .rc so it builds with VS 2010 Express, thanks Darth1701. Plus logging tweaks. 2012-11-29 10:41:48 +01:00
HLE Don't always reschedule after running callbacks. 2012-12-09 01:04:53 -08:00
HW
MIPS Parse PARAM.SFO to get the disc ID, show in title bar on Windows 2012-11-30 22:32:51 +01:00
Util Fix project and .rc so it builds with VS 2010 Express, thanks Darth1701. Plus logging tweaks. 2012-11-29 10:41:48 +01:00
CMakeLists.txt Fake sceDisplayWaitVblankStartMulti 2012-12-06 18:02:56 +00:00
Config.cpp Merge branch 'master' of github.com:hrydgard/ppsspp 2012-12-05 10:57:30 +07:00
Config.h Merge branch 'master' of github.com:hrydgard/ppsspp 2012-12-05 10:57:30 +07:00
Core.cpp
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 Fake sceDisplayWaitVblankStartMulti 2012-12-06 18:02:56 +00:00
Core.vcxproj.filters Fake sceDisplayWaitVblankStartMulti 2012-12-06 18:02:56 +00: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 Refactor CoreTiming::Advance() slightly to cleanup. 2012-12-07 00:46:18 -08:00
CoreTiming.h Use u64 here to avoid warnings, better precision. 2012-11-22 16:40:26 -08:00
CPU.cpp
CPU.h Synchronize the mainloop to the display end-of-frame on nonWindows 2012-11-19 14:16:37 +01:00
Host.cpp
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
Loaders.h
MemMap.cpp
MemMap.h Halve the kernel memory so that the "volatile" 4MB fits without overlapping 2012-12-01 10:17:33 +01: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 Also get TITLE from PARAM.SFO 2012-11-30 22:34:08 +01:00
PSPLoaders.h
PSPMixer.cpp
PSPMixer.h
System.cpp DisplayDrawer->FramebufferManager 2012-12-01 10:17:34 +01:00
System.h