.. |
Debugger
|
x86jit: Disable replacements w/ breakpoints inside.
|
2015-01-18 21:26:37 -08:00 |
Dialog
|
Merge pull request #7732 from Bigpet/kana_osk
|
2015-05-07 23:21:18 +02:00 |
ELF
|
Use pre-increment instead of post-increment for iterators, and use auto for some iterators
|
2015-03-01 16:55:47 +01: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
|
Merge pull request #7778 from unknownbrackets/frame-profiler
|
2015-05-28 19:02:46 +02:00 |
HW
|
Hook up the frame profiler to a few measurements
|
2015-05-24 23:45:36 +02:00 |
MIPS
|
Unbreak build with FakeJit
|
2015-05-26 15:20:10 +03:00 |
Util
|
Fix some issues in sceNetAdhoc with old savestates.
|
2015-04-27 07:53:19 -07:00 |
CMakeLists.txt
|
Attempt to fix linux build
|
2015-03-08 12:40:30 +08:00 |
Config.cpp
|
Hook up the frame profiler to a few measurements
|
2015-05-24 23:45:36 +02:00 |
Config.h
|
Hook up the frame profiler to a few measurements
|
2015-05-24 23:45:36 +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
|
Normalize case of MIPS/ in MSVC project files.
|
2015-04-12 11:46:35 -07:00 |
Core.vcxproj.filters
|
Oops, typo.
|
2015-04-12 13:12:31 -07:00 |
CoreParameter.h
|
Consistently use FileLoader for standard ISOs.
|
2014-11-23 13:59:56 -08:00 |
CoreTiming.cpp
|
ARM64: Turn off some debugging stuff, start implementing instructions. Something is wrong though, if I implement more than addiu things break..
|
2015-04-06 18:13:09 +02:00 |
CoreTiming.h
|
Switch to #pragma once in a few places.
|
2015-03-02 22:34:51 -08:00 |
CwCheat.cpp
|
Make Memory::Memcpy() execute memchecks directly.
|
2015-04-05 18:09:20 -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
|
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
|
More include cleanup. Hoping for very slightly faster compile times..
|
2013-12-30 10:49:05 +01:00 |
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
|
Make GameInfoCache understand PSP savedata as a "game" type. Use it to create a basic savedata listing screen.
|
2015-06-11 20:22:16 +02:00 |
Loaders.h
|
Make GameInfoCache understand PSP savedata as a "game" type. Use it to create a basic savedata listing screen.
|
2015-06-11 20:22:16 +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
|
Do the memcheck after the memory access in HLE.
|
2015-04-06 00:37:33 -07:00 |
Opcode.h
|
MemMap should not be included in MIPS.h.
|
2014-03-15 10:45:39 +01:00 |
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
|
Add error checking when getting the modification time of a file
|
2015-02-01 19:54:07 +01: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
|
Just save the current config every time the config file is switched
|
2015-02-14 19:21:26 +01:00 |
System.h
|
Consistently use FileLoader for standard ISOs.
|
2014-11-23 13:59:56 -08:00 |
ThreadEventQueue.h
|
Reduce some code duplication
|
2015-01-11 01:10:47 +01:00 |
x360_compat.h
|
[Xbox] Missings files
|
2014-03-02 11:16:56 -08:00 |