ppsspp/Core
CPkmn c067c48585 Sanity checks for shadow glyphs
Partially fixes text, huds and videos in Jeanne d'Arc.
These changes shouldn't negatively impact other games since all it does is makes sure shadow glyphs are within the vector sizes.
The text, huds and videos still don't fully display, but that's because of something else.
2013-08-09 17:52:01 -07:00
..
Debugger Add pc, hi, and lo to the register list 2013-07-31 10:24:24 +02:00
Dialog Rename gpuStats.numFrames to numVBlanks. Switch to using numFlips for things like cache expirations. 2013-08-07 22:34:00 +02:00
ELF Merge pull request #3006 from Ced2911/prx_endian 2013-07-30 11:22:07 -07:00
FileSystems Fix a possible memory leak in BlockDevices.cpp. 2013-08-06 19:03:38 -04:00
Font Sanity checks for shadow glyphs 2013-08-09 17:52:01 -07:00
HLE Try fixing sceJpegGetOutputInfo again 2013-08-07 16:39:42 -07:00
HW Fix some translation issues and change a variable name(it was supposed to be iSFXVolume, but for some reason it never got changed over). 2013-08-09 08:04:13 -04:00
MIPS Fix VCMP (VC_TR) and optimize a little 2013-08-08 21:03:40 +02:00
Util Don't include gfx/gl* outside the OpenGL GE. 2013-07-29 22:47:38 -07:00
CMakeLists.txt Move VirtualDiscFileSystem to its own file. 2013-07-28 12:31:48 -07:00
Config.cpp Fix some translation issues and change a variable name(it was supposed to be iSFXVolume, but for some reason it never got changed over). 2013-08-09 08:04:13 -04:00
Config.h Fix some translation issues and change a variable name(it was supposed to be iSFXVolume, but for some reason it never got changed over). 2013-08-09 08:04:13 -04:00
Core.cpp Allow Core_WaitInactive() when already inactive. 2013-06-30 22:47:39 -07:00
Core.h Fix/prevent crashes when MainWindow is closed before LoadFile() completes, or when it gets certain messages before TheThread completes initialization. 2013-06-15 13:06:43 +08:00
Core.vcxproj Move VirtualDiscFileSystem to its own file. 2013-07-28 12:31:48 -07:00
Core.vcxproj.filters Move VirtualDiscFileSystem to its own file. 2013-07-28 12:31:48 -07:00
CoreParameter.h Add a function to run the CPU core. 2013-08-04 15:23:38 -07:00
CoreTiming.cpp Get rid of CoreTiming::AdvanceQuick(). 2013-08-07 00:32:29 -07:00
CoreTiming.h Get rid of CoreTiming::AdvanceQuick(). 2013-08-07 00:32:29 -07:00
CPU.cpp
CPU.h
CwCheat.cpp Some logging tweaks, fix running cpu tests on ARM 2013-07-30 01:09:10 +02:00
CwCheat.h Rewrite .ini files to match cheat.db 2013-06-16 17:59:59 -05:00
HDRemaster.cpp Restructure the hack to be more correct, and add support for double texture coordinates. Fixes #2314. 2013-06-26 16:02:52 -04:00
HDRemaster.h Various small code cleanups. 2013-07-17 17:49:57 -04:00
Host.cpp
Host.h Tidy up some newlines. 2013-08-06 19:40:59 -04:00
Loaders.cpp Specify file data layout endianness. 2013-07-27 16:05:21 -07:00
Loaders.h Open directory as disc image 2013-07-23 17:24:33 +02:00
MemMap.cpp Various small code cleanups. 2013-07-17 17:49:57 -04:00
MemMap.h Add special u32_le/etc. types to mark endianness. 2013-07-25 08:04:34 -07:00
MemMapFunctions.cpp Fix range of newui volume control. Delete some old junk. 2013-07-21 12:12:20 +02:00
PSPLoaders.cpp Move VirtualDiscFileSystem to its own file. 2013-07-28 12:31:48 -07:00
PSPLoaders.h Fix more style issues, and abstract most of the init code from MemMap.cpp. 2013-06-26 16:02:52 -04:00
PSPMixer.cpp Let's not play noise when paused on Windows. 2013-03-30 18:54:10 +01:00
PSPMixer.h
Reporting.cpp Rename "VPS"/"FPS" to "Speed"/"FPES" so it's clear. 2013-06-29 20:06:34 -07:00
Reporting.h ARMJIT: Fix eatprefix, add DirtyInInV mapping, misc stuff 2013-07-30 18:15:48 +02:00
SaveState.cpp Treat savestates specially, no longer using events. 2013-08-07 00:32:29 -07:00
SaveState.h Treat savestates specially, no longer using events. 2013-08-07 00:32:29 -07:00
System.cpp Treat savestates specially, no longer using events. 2013-08-07 00:32:29 -07:00
System.h Add a function to run the CPU core. 2013-08-04 15:23:38 -07:00