dolphin/Source/Core/Core/Src
memberTwo.mb2 1e7655b5db 1) XFB in DC proposal. This impact video plugin interface. WARNING: XFB_Draw is not CPU->VI dependent anymore. It's up to GP now. Except for some 2D homebrews which never use GPfifo&CP but direcly XFB. Well, in other words: emulated VSync is uncorrelated with CPU timings now. Tell me if it's too much hacky.
2) DC/GPfifo work: GP quicker to react. PeekMessages at a more steady rate.
3) Fix XFB address to avoid crash like with Animal Crossing gc. TODO: VI regs need proper typedef and logic.
4) Few misc. changes on the fly.

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2001 8ced0084-cf51-0410-be5f-012b33b47a6e
2009-01-24 14:43:17 +00:00
..
Boot path on windows seems relative 2009-01-18 01:53:00 +00:00
Debugger more f-zero work - no success :( Still fp errors. 2009-01-21 12:41:01 +00:00
HLE more f-zero work - no success :( Still fp errors. 2009-01-21 12:41:01 +00:00
HW 1) XFB in DC proposal. This impact video plugin interface. WARNING: XFB_Draw is not CPU->VI dependent anymore. It's up to GP now. Except for some 2D homebrews which never use GPfifo&CP but direcly XFB. Well, in other words: emulated VSync is uncorrelated with CPU timings now. Tell me if it's too much hacky. 2009-01-24 14:43:17 +00:00
IPC_HLE Wii IOS FileIO: Fixed bug "NewSeekPosition = 0" to "NewSeekPosition = SeekPosition", now Zelda TP savegames should work as well as other games 2009-01-22 12:35:12 +00:00
PowerPC Some warning and code cleanup. 2009-01-24 00:45:46 +00:00
ActionReplay.cpp some clean up but there are too many references to g_CoreStartupParameter directly:( 2009-01-18 01:45:53 +00:00
ActionReplay.h namespace-ified ActionReplay, and made ISOProperties use the existing AR code. bonus: encrypted arcodes are saved as unencrypted codes just by closing the isoproperties dialog. also added ARCodeAddEdit, but once again, it only views entries atm. some misc wxw cleanup 2008-12-17 04:14:24 +00:00
ARDecrypt.cpp Some warning and code cleanup. 2009-01-24 00:45:46 +00:00
ARDecrypt.h Revert r1861 2009-01-16 02:58:34 +00:00
ConfigManager.cpp continue working on display gamecube game name and description. 2009-01-22 07:42:17 +00:00
ConfigManager.h continue working on display gamecube game name and description. 2009-01-22 07:42:17 +00:00
Console.cpp More code reorganization. 2008-12-20 12:10:59 +00:00
Console.h set svn:eol-style=native for **.h 2008-12-08 04:46:09 +00:00
Core.cpp 1) XFB in DC proposal. This impact video plugin interface. WARNING: XFB_Draw is not CPU->VI dependent anymore. It's up to GP now. Except for some 2D homebrews which never use GPfifo&CP but direcly XFB. Well, in other words: emulated VSync is uncorrelated with CPU timings now. Tell me if it's too much hacky. 2009-01-24 14:43:17 +00:00
Core.h some clean up but there are too many references to g_CoreStartupParameter directly:( 2009-01-18 01:45:53 +00:00
CoreParameter.cpp properly identify Wii-mode DOL files 2009-01-11 10:00:59 +00:00
CoreParameter.h Last commit: Missed a file 2009-01-20 18:09:49 +00:00
CoreTiming.cpp set svn:eol-style=native for **.cpp 2008-12-08 05:30:24 +00:00
CoreTiming.h set svn:eol-style=native for **.h 2008-12-08 04:46:09 +00:00
DolLoader.h rollback 1829. Seriously, WTF? 2009-01-09 00:09:07 +00:00
Host.cpp set svn:eol-style=native for **.cpp 2008-12-08 05:30:24 +00:00
Host.h Fix up wxw asserts and exceptions caused by: the "booting..." msg, hacked up tooltips in the debugger, and the staticbitmaps in wiimoteframe. 2008-12-10 08:57:57 +00:00
LogManager.cpp nakee's work on dolphin events. Also get wxw out of logmanager. This commit wants your comments 2009-01-15 06:48:15 +00:00
LogManager.h small speedup of logmanager, minor logging improvements, misc code standard improvements, replace a crash with an error message in ppcanalyst 2008-12-13 16:58:06 +00:00
MemTools.cpp Move #include <window.h> from all files that include it and common.h to common.h 2009-01-13 04:23:26 +00:00
MemTools.h set svn:eol-style=native for **.h 2008-12-08 04:46:09 +00:00
PatchEngine.cpp DiscList section for the gameconfig files 2008-12-25 12:02:09 +00:00
PatchEngine.h Workaround for StringFromFormat-under-linux problem, random cleanup. 2008-12-10 22:36:26 +00:00
PluginManager.cpp nJoy: Readded some fixes to nJoy (Notice: these changes have nothing to do with the argument earlier. These are only for fixing nJoy (point one and three in the 1991 revision)). Now opening the Wiimote plugin doesn't crash either (it was just a typo in GetWiimote()). 2009-01-24 12:09:30 +00:00
PluginManager.h nJoy: Readded some fixes to nJoy (Notice: these changes have nothing to do with the argument earlier. These are only for fixing nJoy (point one and three in the 1991 revision)). Now opening the Wiimote plugin doesn't crash either (it was just a typo in GetWiimote()). 2009-01-24 12:09:30 +00:00
SConscript Warp back to 1983!!! (rev 1983, that is, not the year :P) 2009-01-23 21:28:55 +00:00
State.cpp nakee's work on dolphin events. Also get wxw out of logmanager. This commit wants your comments 2009-01-15 06:48:15 +00:00
State.h set svn:eol-style=native for **.h 2008-12-08 04:46:09 +00:00
stdafx.cpp set svn:eol-style=native for **.cpp 2008-12-08 05:30:24 +00:00
stdafx.h set svn:eol-style=native for **.h 2008-12-08 04:46:09 +00:00
Tracer.cpp More CR usage cleanup. 2008-12-15 19:40:12 +00:00
Tracer.h set svn:eol-style=native for **.h 2008-12-08 04:46:09 +00:00
VolumeHandler.cpp Change disc: Moved some code around, no change in functionality 2008-12-23 08:47:37 +00:00
VolumeHandler.h Change disc: Moved some code around, no change in functionality 2008-12-23 08:47:37 +00:00