ppsspp/Core
Henrik Rydgård 1c42964c59 Merge pull request #3596 from wuspring/shortenkey
Make "OK" and "Cancel" in PromptScreen traslatable.
2013-09-04 02:36:28 -07:00
..
Debugger Fix some initialization/sprintf warnings. 2013-09-01 01:15:07 -07:00
Dialog Remove old comment since this now supports wchar/Unicode. 2013-08-27 08:54:41 -04:00
ELF Open files using wide functions on win32. 2013-08-27 00:28:46 -07:00
FileSystems Fix some initialization/sprintf warnings. 2013-09-01 01:15:07 -07:00
Font
HLE Merge pull request #3606 from unknownbrackets/callbacks 2013-09-04 01:55:28 -07:00
HW Return an error on bad SAS sample rate. 2013-09-01 16:59:37 -07:00
MIPS Small warning fixes in MIPSAsm. 2013-09-01 13:38:42 -07:00
Util For an off-grain alloc, properly align size. 2013-08-20 00:58:38 -07:00
CMakeLists.txt
Config.cpp Switch System_GetName to System_GetProperty 2013-09-04 11:31:40 +02:00
Config.h Allow user to specify what system font to use in their respective language's ini file. Fallback on Trebuchet MS if nothing is defined. 2013-08-30 13:33:12 -04:00
Core.cpp Fix new UI at 1x resolution. 2013-08-16 21:41:40 -07:00
Core.h
Core.vcxproj Add sceHeap,some games will call this. 2013-09-04 11:05:14 +08:00
Core.vcxproj.filters Add sceHeap,some games will call this. 2013-09-04 11:05:14 +08:00
CoreParameter.h
CoreTiming.cpp
CoreTiming.h
CPU.cpp
CPU.h
CwCheat.cpp Fix crashing on empy newlines. Increase max cheat list to 128 2013-08-29 19:08:31 -05:00
CwCheat.h Finished work for windows 2013-08-23 22:29:12 -05:00
HDRemaster.cpp
HDRemaster.h Avoid some dangerous hex constant widths. 2013-08-22 23:23:48 -07:00
Host.cpp
Host.h Win32: Update OSK bypass with Unicode/wchar/wstring support. 2013-08-27 07:36:46 -04:00
Loaders.cpp Make "OK" and "Cancel" in PromptScreen translatable, and shorten some keys. 2013-09-04 09:02:28 +08:00
Loaders.h Try to detect if someone tries to open a PSX ISO 2013-09-02 01:49:15 +02:00
MemMap.cpp Use a typesafe struct for opcodes. 2013-08-24 15:36:24 -07:00
MemMap.h Use a typesafe struct for opcodes. 2013-08-24 15:36:24 -07:00
MemMapFunctions.cpp Report bad memory access (first time only.) 2013-08-21 08:40:30 -07:00
PSPLoaders.cpp
PSPLoaders.h
PSPMixer.cpp
PSPMixer.h
Reporting.cpp Disable reporting when copy framebuffer is used. 2013-09-01 12:57:39 -07:00
Reporting.h Disable reporting when copy framebuffer is used. 2013-09-01 12:57:39 -07:00
SaveState.cpp
SaveState.h Update savestate revision 2013-08-20 18:31:38 +02:00
System.cpp Win32: Switch to a UNICODE build. This took quite a bit of fixing. 2013-08-26 19:00:16 +02:00
System.h
ThreadEventQueue.h