.. |
Debugger
|
Fix some unitinialized values.
|
2013-08-12 23:33:11 -07:00 |
Dialog
|
Fix a pointer ARRAY_SIZE() compare (eek.)
|
2013-08-12 23:33:40 -07:00 |
ELF
|
Tone down some less needed reporting.
|
2013-08-21 08:40:29 -07:00 |
FileSystems
|
Doesn't seem like this is an issue anywhere.
|
2013-08-21 08:40:30 -07:00 |
Font
|
Fix compat issue between 64/32 bit savestates.
|
2013-08-13 21:05:40 -07:00 |
HLE
|
Let's try doing all I/O on the thread if threading is enabled, no matter how short.
|
2013-08-21 20:50:45 +02:00 |
HW
|
Warning fixes
|
2013-08-20 19:20:03 +02:00 |
MIPS
|
Minor x86 jit branch tweak from arm.
|
2013-08-16 23:48:41 -07:00 |
Util
|
For an off-grain alloc, properly align size.
|
2013-08-20 00:58:38 -07:00 |
CMakeLists.txt
|
Add a function to walk the stack, not yet perfect.
|
2013-08-12 01:54:14 -07:00 |
Config.cpp
|
Fix saving of show analog stick setting. Fixes #3308
|
2013-08-21 23:55:02 +02:00 |
Config.h
|
Save grid/list status, fix some drawing glitches
|
2013-08-18 22:30:49 +02:00 |
Core.cpp
|
Fix new UI at 1x resolution.
|
2013-08-16 21:41:40 -07:00 |
Core.h
|
|
|
Core.vcxproj
|
Add xxHash-r32 to build (not used yet.)
|
2013-08-16 23:48:41 -07:00 |
Core.vcxproj.filters
|
Add xxHash-r32 to build (not used yet.)
|
2013-08-16 23:48:41 -07:00 |
CoreParameter.h
|
Endian and PPC support
|
2013-08-16 14:34:15 +02:00 |
CoreTiming.cpp
|
Improve performance on x86 as well using movq.
|
2013-08-12 08:40:54 -07:00 |
CoreTiming.h
|
Get rid of CoreTiming::AdvanceQuick().
|
2013-08-07 00:32:29 -07:00 |
CPU.cpp
|
|
|
CPU.h
|
|
|
CwCheat.cpp
|
Fix for 0x6 cheats
|
2013-08-13 21:24:35 -05:00 |
CwCheat.h
|
|
|
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
|
Fix some file browsing issues
|
2013-08-20 16:52:36 +02:00 |
Loaders.h
|
Fix some file browsing issues
|
2013-08-20 16:52:36 +02:00 |
MemMap.cpp
|
almost working !
|
2013-08-16 14:45:19 +02:00 |
MemMap.h
|
KISS and Android buildfix.
|
2013-08-16 23:48:08 -07:00 |
MemMapFunctions.cpp
|
Report bad memory access (first time only.)
|
2013-08-21 08:40:30 -07: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
|
|
|
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
|
Fix savestates while not running.
|
2013-08-10 14:04:23 -07:00 |
SaveState.h
|
Update savestate revision
|
2013-08-20 18:31:38 +02:00 |
System.cpp
|
Merge pull request #3300 from thedax/fixWin32Folders
|
2013-08-21 07:16:55 -07:00 |
System.h
|
Fix a bug where sound would never be initialised if a game is started with it off, then later enabled.
|
2013-08-14 08:47:10 -04:00 |
ThreadEventQueue.h
|
Fix condition variable misuse.
|
2013-08-12 02:41:37 -07:00 |