ppsspp/Core
2012-11-22 23:48:12 -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
ELF Various warning, logging, jit fixes 2012-11-17 19:56:28 +01:00
FileSystems Don't append / when there is already one 2012-11-18 21:07:40 +00:00
HLE Add error handling to sceRtcGetDaysInMonth(). 2012-11-22 23:48:12 -08:00
HW Another memstick ioctl, minor fixes 2012-11-09 10:01:54 +01:00
MIPS Resurrect vmfvc/vmtvc, they are different from mfvc/mtvc 2012-11-22 22:30:44 +01:00
Util Don't complain when PPGe wasn't init yet. 2012-11-22 13:21:47 -08:00
CMakeLists.txt Cleanup sceRtc, move sceFont to its own file. 2012-11-22 22:30:44 +01:00
Config.cpp Fix issues with games that don't call sceDisplaySet mode. Add option to run without FBOs, may be useful on slow devices. 2012-11-20 10:59:23 +01:00
Config.h Delete old textures, to prevent memory usage from growing indefinitely. 2012-11-22 23:07:15 +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 Cleanup sceRtc, move sceFont to its own file. 2012-11-22 22:30:44 +01:00
Core.vcxproj.filters Cleanup sceRtc, move sceFont to its own file. 2012-11-22 22:30:44 +01:00
CoreParameter.h glViewport calls need to be in pixel coordinates. 2012-11-20 16:48:24 +01:00
CoreTiming.cpp Use u64 here to avoid warnings, better precision. 2012-11-22 16:40:26 -08: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 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
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 Add vcmp ES condition code, uncached mirror of scratchpad 2012-11-06 16:01:41 +01:00
MemMap.h Rewrite callback handling, part 1. All sorts of other fixes too. 2012-11-06 15:46:46 +01:00
MemMapFunctions.cpp Some cleanup, re-enable some apparently disabled jit ops 2012-11-18 23:14:22 +01:00
PSPLoaders.cpp VFPU fixes, misc 2012-11-15 10:15:40 +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 Add more proper "Null" GPU 2012-11-06 17:05:27 +01:00
System.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