.. |
GUI
|
windows x64 build fix
|
2008-09-07 17:11:52 +00:00 |
OS
|
Basic VBA-style save state system implemented - kb shortcuts only working on Windows. Keyboard shortcut system added. More cleanup in GFX plugins.
|
2008-08-30 22:06:53 +00:00 |
BPStructs.cpp
|
Added some Fog functions to the GL plugin, doesn't effect games at all. Quick change to GLInit.cpp that doesn't do much as well
|
2008-09-08 04:03:42 +00:00 |
BPStructs.h
|
New SaveState folder for states. Removed some outdated code. Removed an unnecessary level of indirection for plugin calls. Assorted cleanup.
|
2008-08-30 19:19:40 +00:00 |
DataReader.cpp
|
Fix/workaround at least one class of buffer underruns in the GL plugin. Fix some bad deletes (instead of delete []). etc.
|
2008-08-31 13:36:52 +00:00 |
DataReader.h
|
Fix/workaround at least one class of buffer underruns in the GL plugin. Fix some bad deletes (instead of delete []). etc.
|
2008-08-31 13:36:52 +00:00 |
GLInit.cpp
|
Added some Fog functions to the GL plugin, doesn't effect games at all. Quick change to GLInit.cpp that doesn't do much as well
|
2008-09-08 04:03:42 +00:00 |
GLInit.h
|
GL plugin now centers video output, you can set it to render to the full window and FPS can be shown. FPS and stretch to Window res is set in INI. Maybe also the window res actually changes correctly when resizing window in Windows?
|
2008-08-24 10:10:48 +00:00 |
Globals.cpp
|
another unused packed
|
2008-09-07 14:14:24 +00:00 |
Globals.h
|
Basic VBA-style save state system implemented - kb shortcuts only working on Windows. Keyboard shortcut system added. More cleanup in GFX plugins.
|
2008-08-30 22:06:53 +00:00 |
OpcodeDecoding.cpp
|
Replaced type "DWORD" by "u32", except where "DWORD" is used to access the Windows API.
|
2008-09-01 22:48:56 +00:00 |
OpcodeReaders.cpp
|
Initial megacommit.
|
2008-07-12 17:40:22 +00:00 |
OpcodeReaders.h
|
Initial megacommit.
|
2008-07-12 17:40:22 +00:00 |
PixelShader.cpp
|
Basic VBA-style save state system implemented - kb shortcuts only working on Windows. Keyboard shortcut system added. More cleanup in GFX plugins.
|
2008-08-30 22:06:53 +00:00 |
PixelShader.h
|
More common things moved out from the GFX plugins. No visible changes.
|
2008-07-18 19:33:55 +00:00 |
PixelShaderManager.cpp
|
Basic VBA-style save state system implemented - kb shortcuts only working on Windows. Keyboard shortcut system added. More cleanup in GFX plugins.
|
2008-08-30 22:06:53 +00:00 |
PixelShaderManager.h
|
Fix/workaround at least one class of buffer underruns in the GL plugin. Fix some bad deletes (instead of delete []). etc.
|
2008-08-31 13:36:52 +00:00 |
Render.cpp
|
Basic VBA-style save state system implemented - kb shortcuts only working on Windows. Keyboard shortcut system added. More cleanup in GFX plugins.
|
2008-08-30 22:06:53 +00:00 |
Render.h
|
Removes 4 unneeded values in the GL plugin, Makes less buffer underruns in ALSA in DSP_NULL, and case sensitivity so Wii games get just a 'wii' bit farther
|
2008-08-14 23:04:24 +00:00 |
SConscript
|
Removed jpeg dependency in GL plugin, added Rumble to Linux nJoy. and reverted my accidental Dolphin ini file
|
2008-08-29 09:55:17 +00:00 |
TextureMngr.cpp
|
fix 64-bit build too on Platform SDK 6.0, fix project file.
|
2008-09-07 11:07:55 +00:00 |
TextureMngr.h
|
For unknown reasons, this patch fixes Beyond Good and Evil and Metroid intro in 32-bit mode only. Yeah, I have some work to do on the JIT.
|
2008-08-11 19:35:38 +00:00 |
VertexLoader.cpp
|
Add some missing GPL headers, fix building with Platform SDK 6.0, delete unused HTTP code.
|
2008-09-07 10:29:46 +00:00 |
VertexLoader.h
|
Fix/workaround at least one class of buffer underruns in the GL plugin. Fix some bad deletes (instead of delete []). etc.
|
2008-08-31 13:36:52 +00:00 |
VertexLoader_Color.h
|
More common things moved out from the GFX plugins. No visible changes.
|
2008-07-18 19:33:55 +00:00 |
VertexLoader_Normal.cpp
|
Replaced type "BYTE" by "u8", except where "BYTE" is used to access the Windows API.
|
2008-08-31 14:32:35 +00:00 |
VertexLoader_Normal.h
|
Replaced type "BYTE" by "u8", except where "BYTE" is used to access the Windows API.
|
2008-08-31 14:32:35 +00:00 |
VertexLoader_Position.h
|
Initial megacommit.
|
2008-07-12 17:40:22 +00:00 |
VertexLoader_TextCoord.h
|
Initial megacommit.
|
2008-07-12 17:40:22 +00:00 |
VertexShader.cpp
|
Basic VBA-style save state system implemented - kb shortcuts only working on Windows. Keyboard shortcut system added. More cleanup in GFX plugins.
|
2008-08-30 22:06:53 +00:00 |
VertexShader.h
|
More common things moved out from the GFX plugins. No visible changes.
|
2008-07-18 19:33:55 +00:00 |
VertexShaderManager.cpp
|
Basic VBA-style save state system implemented - kb shortcuts only working on Windows. Keyboard shortcut system added. More cleanup in GFX plugins.
|
2008-08-30 22:06:53 +00:00 |
VertexShaderManager.h
|
New SaveState folder for states. Removed some outdated code. Removed an unnecessary level of indirection for plugin calls. Assorted cleanup.
|
2008-08-30 19:19:40 +00:00 |
XFB.cpp
|
Removes 4 unneeded values in the GL plugin, Makes less buffer underruns in ALSA in DSP_NULL, and case sensitivity so Wii games get just a 'wii' bit farther
|
2008-08-14 23:04:24 +00:00 |
XFB.h
|
Some cleanup, extracted XFB convert code into VideoCommon, added non-activated support to gl plugin. + a minor bugfix with no effects seen so far in gl plugin :P
|
2008-08-14 21:34:39 +00:00 |
main.cpp
|
warning fixes
|
2008-09-08 06:41:03 +00:00 |
main.h
|
Initial megacommit.
|
2008-07-12 17:40:22 +00:00 |
memcpy_amd.cpp
|
compiler doesn't like unmatched '' even in comments
|
2008-09-08 06:48:23 +00:00 |
rasterfont.cpp
|
Remove MACOSX define, now use __APPLE__
|
2008-08-25 19:44:11 +00:00 |
rasterfont.h
|
cosmetic change: Renamed printStuff to printMultilineText.
|
2008-08-09 09:16:59 +00:00 |