ppsspp/Core
Henrik Rydgard 2430c283a5 More GPU cleaning, removing uses of GPUState.h where not needed.
Want to get rid of direct accesses to GPUState in modules that may be reused in
my future next-gen backends, that will reformat display lists into command lists that will
then be optimized and executed, out of sync with the real GPUState.

Candidate modules that may be reused in full are Framebuffer and Depal, possibly TextureCache to some degree.
2015-07-29 12:37:49 +02:00
..
Debugger x86jit: Disable replacements w/ breakpoints inside. 2015-01-18 21:26:37 -08:00
Dialog Consistently use *di for the Dialog i18n category 2015-07-01 23:26:55 +02:00
ELF Somewhat better check to prevent some homebrew from loading into kernel memory. 2015-07-02 23:07:07 +02:00
FileLoaders Remove separate OpenSL .so, update native accordingly. Fix connection error reporting in HomebrewStore 2015-07-19 17:33:38 +02:00
FileSystems Core: drop unused <malloc.h> header 2015-05-26 15:20:12 +03:00
Font Fix a typo in font loading. 2015-02-01 01:20:28 -08:00
HLE More GPU cleaning, removing uses of GPUState.h where not needed. 2015-07-29 12:37:49 +02:00
HW Fix another dumb mistake in video swizzling. 2015-06-14 09:21:13 -07:00
MIPS Avoid any possible shifts by 32. 2015-07-19 13:25:50 -07:00
Util A bunch more ARM64 encodings (*MIN,*MAX,XTN,SHRN, etc) 2015-07-11 12:16:56 +02:00
CMakeLists.txt Attempt to fix linux build 2015-03-08 12:40:30 +08:00
Config.cpp Remove option to hide the homebrew store 2015-07-04 10:37:00 +02:00
Config.h Remove option to hide the homebrew store 2015-07-04 10:37:00 +02:00
Core.cpp Split texture load profiling into decode and load/replace. Make profiler work on Android. 2015-05-24 23:45:40 +02:00
Core.h Win32: Fix a bunch of little window resizing issues 2015-05-15 18:04:05 +02:00
Core.vcxproj Add a file loader to perform disk caching. 2015-07-02 20:58:58 -07:00
Core.vcxproj.filters Add a file loader to perform disk caching. 2015-07-02 20:58:58 -07:00
CoreParameter.h Consistently use FileLoader for standard ISOs. 2014-11-23 13:59:56 -08:00
CoreTiming.cpp Add timing for all the basics. 2015-07-03 12:05:08 -07:00
CoreTiming.h Switch to #pragma once in a few places. 2015-03-02 22:34:51 -08:00
CwCheat.cpp Make sure we don't clean up proxy blocks. 2015-07-19 13:04:06 -07:00
CwCheat.h Invalidate icache before letting the cwcheat engine change memory. Might fix JIT-related cheat crashes. 2015-02-03 00:21:37 +01:00
HDRemaster.cpp
HDRemaster.h
Host.cpp Remove useless indirection class "PSPMixer" 2015-01-11 12:02:49 +01:00
Host.h Remove useless indirection class "PSPMixer" 2015-01-11 12:02:49 +01:00
Loaders.cpp Add a file loader to perform disk caching. 2015-07-02 20:58:58 -07:00
Loaders.h Implement basic savedata UI. Not much actual functionality yet but can browse saves and states. 2015-06-11 23:59:02 +02:00
MemMap.cpp Unbreak build with FakeJit 2015-05-26 15:20:10 +03:00
MemMap.h Add functions to validate memory ranges. 2015-04-12 22:37:55 -07:00
MemMapFunctions.cpp Keep track of ranges that have emuhack ops. 2014-07-05 16:25:16 -07:00
MemMapHelpers.h Fix some GCC compiler warnings about potentially uninitialized variables (compilers are getting too clever..) 2015-06-14 11:32:13 +02:00
Opcode.h
PSPLoaders.cpp Remove OLD_EBOOT.BIN support 2015-04-23 20:16:45 +08:00
PSPLoaders.h Consistently use FileLoader for standard ISOs. 2014-11-23 13:59:56 -08:00
Reporting.cpp Core: report every BSD as distinct operating system 2015-05-26 15:23:19 +03:00
Reporting.h Try a different format of HLE logging. 2015-03-22 20:49:42 -07:00
SaveState.cpp Consistently use *sc for the Screen i18n category 2015-07-02 00:50:07 +02:00
SaveState.h Add really primitive save preview on "Next Slot". Improve pause screen layout a little. 2015-02-01 18:04:50 +01:00
Screenshot.cpp Color conv attempt 2. Start consolidating simple color conversion functions in a single header+cpp. 2015-04-08 22:52:46 +02:00
Screenshot.h Take screenshots with savestates. 2014-12-20 23:14:46 -08:00
System.cpp Don't set ARM "FastMode". Not worth the compat impact as is, could be made smarter. Should help issue #7234 2015-07-19 18:22:22 +02:00
System.h Add a file loader to perform disk caching. 2015-07-02 20:58:58 -07:00
ThreadEventQueue.h Correct a few comments, thanks unknown. 2015-07-24 23:27:23 +02:00
x360_compat.h