.. |
Debugger
|
Fix some initialization/sprintf warnings.
|
2013-09-01 01:15:07 -07:00 |
Dialog
|
Simplify NativeKeyboard, and only copy the amount of bytes of the output plus null terminator.
|
2013-09-11 15:42:32 -04:00 |
ELF
|
Open files using wide functions on win32.
|
2013-08-27 00:28:46 -07:00 |
FileSystems
|
Improve DirectoryFileSystem's wide char handling.
|
2013-09-07 16:14:41 -07:00 |
Font
|
More log categories, use them (and existing ones). Improve log config.
|
2013-09-07 22:02:55 +02:00 |
HLE
|
Don't allow thread start/create inside interrupts.
|
2013-09-14 02:48:10 -07:00 |
HW
|
More log categories, use them (and existing ones). Improve log config.
|
2013-09-07 22:02:55 +02:00 |
MIPS
|
Check for nan/inf in trunc.w.s in x86 jit.
|
2013-09-13 22:32:25 -07:00 |
Util
|
Check size is within bounds in AllocAt().
|
2013-09-11 22:52:22 -07:00 |
CMakeLists.txt
|
Add a function to walk the stack, not yet perfect.
|
2013-08-12 01:54:14 -07:00 |
Config.cpp
|
Add proper fullscreen and windowed launch arguments. Remove bFullScreenOnLaunch.
|
2013-09-12 16:56:18 -04:00 |
Config.h
|
Add proper fullscreen and windowed launch arguments. Remove bFullScreenOnLaunch.
|
2013-09-12 16:56:18 -04:00 |
Core.cpp
|
Split the resolution setting into Window Size and Rendering Resolution (internal resolution).
|
2013-09-11 00:19:34 +02: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
|
Split out sceNetAdhoc* into a separate file from sceNet.
|
2013-09-07 00:55:42 +02:00 |
Core.vcxproj.filters
|
Split out sceNetAdhoc* into a separate file from sceNet.
|
2013-09-07 00:55:42 +02:00 |
CoreParameter.h
|
Endian and PPC support
|
2013-08-16 14:34:15 +02:00 |
CoreTiming.cpp
|
More log categories, use them (and existing ones). Improve log config.
|
2013-09-07 22:02:55 +02:00 |
CoreTiming.h
|
Get rid of CoreTiming::AdvanceQuick().
|
2013-08-07 00:32:29 -07:00 |
CPU.cpp
|
Get rid of CPU class so that MIPSState can be POD, enabling offsetof
|
2013-01-08 14:20:06 +01:00 |
CPU.h
|
Get rid of CPU class so that MIPSState can be POD, enabling offsetof
|
2013-01-08 14:20:06 +01:00 |
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
|
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
|
Avoid some dangerous hex constant widths.
|
2013-08-22 23:23:48 -07:00 |
Host.cpp
|
Switch to "GPL 2.0 or later" for various reasons. I wrote most of the code I imported from Dolphin (which is GPL2-but-not-later), so it should be OK.
|
2012-11-04 23:24:00 +01:00 |
Host.h
|
Let NewUI's Antialiasing option be instant so a game reboot isn't required.
|
2013-09-08 00:27:39 -04:00 |
Loaders.cpp
|
Fix typo
|
2013-09-04 13:48:22 +02:00 |
Loaders.h
|
Try to detect if someone tries to open a PSX ISO
|
2013-09-02 01:49:15 +02:00 |
MemMap.cpp
|
I'm a typo machine.
|
2013-09-09 00:35:38 -07:00 |
MemMap.h
|
I'm a typo machine.
|
2013-09-09 00:35:38 -07:00 |
MemMapFunctions.cpp
|
Fix bugs when memory size is 0x04C00000/etc.
|
2013-09-09 00:25:10 -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
|
Let's not play noise when paused on Windows.
|
2013-03-30 18:54:10 +01:00 |
PSPMixer.h
|
Switch to "GPL 2.0 or later" for various reasons. I wrote most of the code I imported from Dolphin (which is GPL2-but-not-later), so it should be OK.
|
2012-11-04 23:24:00 +01:00 |
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
|
Fix some bugs found in reports in the Android crash reporting console
|
2013-09-11 22:21:32 +02:00 |
SaveState.h
|
Update savestate revision
|
2013-08-20 18:31:38 +02:00 |
System.cpp
|
Fix bugs when memory size is 0x04C00000/etc.
|
2013-09-09 00:25:10 -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 |