XTra.KrazzY
e8556a5391
Migrated a stop-fixing patch to DX9. Stopping works!
...
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2568 8ced0084-cf51-0410-be5f-012b33b47a6e
2009-03-06 16:47:04 +00:00
Marcus Wanners
3abe591195
Fixed a small bug with the overlaid framerate: If the float fps in the infobar is 60.00, the overlay shows 60. If it is something like 60.04, it shows 61. If it is something like 59.13, it shows 60.
...
Also deleted Externals/wxWidgets/lib/vc_lib/msw/wx/msw/rcdefs.h, it must have been versioned at some point by accident, causing issue 706.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2567 8ced0084-cf51-0410-be5f-012b33b47a6e
2009-03-06 15:18:29 +00:00
nakeee
401d7d53e9
port audio detection fix
...
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2566 8ced0084-cf51-0410-be5f-012b33b47a6e
2009-03-06 14:48:39 +00:00
hrydgard
95bd883c2c
fix debug mode build error, shuffle some code around :P
...
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2565 8ced0084-cf51-0410-be5f-012b33b47a6e
2009-03-06 00:03:33 +00:00
hrydgard
036ac704e6
remove include of feature not yet commited :P
...
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2564 8ced0084-cf51-0410-be5f-012b33b47a6e
2009-03-05 23:52:31 +00:00
hrydgard
75390c55bd
GL plugin: VSync option, some renaming, a little bit of MSAA preparations (not there yet)
...
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2563 8ced0084-cf51-0410-be5f-012b33b47a6e
2009-03-05 23:11:13 +00:00
hrydgard
02a4b49df1
just some compiler warning cleanup.
...
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2562 8ced0084-cf51-0410-be5f-012b33b47a6e
2009-03-05 22:35:06 +00:00
nakeee
3f840806b3
Scons changes: fastlog compiles DEBUGFAST
...
devel doesn't compile with LOGGING (level 2 is enough).
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2560 8ced0084-cf51-0410-be5f-012b33b47a6e
2009-03-05 16:26:05 +00:00
Marcus Wanners
c0cf641779
Linux compile fix.
...
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2559 8ced0084-cf51-0410-be5f-012b33b47a6e
2009-03-05 15:58:14 +00:00
Marcus Wanners
67af94c339
Fixed warning message on VC++ startup.
...
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2558 8ced0084-cf51-0410-be5f-012b33b47a6e
2009-03-05 15:36:31 +00:00
Marcus Wanners
432ea89b49
Compiler Warnings: Mismatch edition. Also fixed some conversion warnings.
...
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2557 8ced0084-cf51-0410-be5f-012b33b47a6e
2009-03-05 15:16:50 +00:00
donkopunchstania
cb121dab66
Fix more cases where shader compilation can fail if there are no tex gens.
...
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2556 8ced0084-cf51-0410-be5f-012b33b47a6e
2009-03-05 05:10:25 +00:00
Marcus Wanners
0b6bf51c9a
Fixed a few compiler warnings.
...
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2555 8ced0084-cf51-0410-be5f-012b33b47a6e
2009-03-05 02:11:37 +00:00
Marcus Wanners
20186db587
Got rid of nonexistent and pointless projects in Dolphin.sln.
...
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2554 8ced0084-cf51-0410-be5f-012b33b47a6e
2009-03-05 01:47:44 +00:00
Marcus Wanners
56445b20ba
Removed CPUCompare.h and all its references.
...
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2553 8ced0084-cf51-0410-be5f-012b33b47a6e
2009-03-04 23:48:25 +00:00
Marcus Wanners
af750dc281
Sorry, meant to add CPUCompare.h instead of CPUCompare.cpp. Issue 687 is now fixed for real.
...
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2552 8ced0084-cf51-0410-be5f-012b33b47a6e
2009-03-04 23:37:56 +00:00
Marcus Wanners
d1875c54d6
Resurrected CPUCompare.cpp. It was deleted at some point, causing issue 687.
...
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2551 8ced0084-cf51-0410-be5f-012b33b47a6e
2009-03-04 23:07:06 +00:00
nakeee
0708677b53
Added LOGLEVEL support, release will now defined LOGLEVEL 2 (errors and warnings)
...
LOGGING should not be affected.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2550 8ced0084-cf51-0410-be5f-012b33b47a6e
2009-03-04 22:29:03 +00:00
hrydgard
0ade8bfc56
fix gcc dislike of unions as PODs :P
...
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2549 8ced0084-cf51-0410-be5f-012b33b47a6e
2009-03-04 20:05:45 +00:00
fires.gc
a03aa30895
fix if ya load an invalid NAND app
...
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2548 8ced0084-cf51-0410-be5f-012b33b47a6e
2009-03-04 19:13:51 +00:00
fires.gc
111f065713
added support for NAND app map files
...
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2546 8ced0084-cf51-0410-be5f-012b33b47a6e
2009-03-04 19:09:49 +00:00
nakeee
946d238cad
added TLBHack GameConfig checkbox
...
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2543 8ced0084-cf51-0410-be5f-012b33b47a6e
2009-03-04 16:56:49 +00:00
omegadox
c441cde4c6
Small fix with GameConfig.
...
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2542 8ced0084-cf51-0410-be5f-012b33b47a6e
2009-03-04 09:55:55 +00:00
Shawn Hoffman
0ecebf5348
Merge dolphin-cheats-database
2009-03-04 09:46:25 +00:00
kostamarino@hotmail.com
7a9beabb26
House Of The Dead: OVERKILL update.
2011-08-06 20:20:15 +00:00
kostamarino@hotmail.com
73ff914abe
Okami and Madagascar update.
2011-08-05 01:29:06 +00:00
kostamarino@hotmail.com
57c412d5a7
AR codes update for Wario World, MGS Twin Snakes and Resident Evil 0. Fixes issues 86,87,88.
2011-08-05 00:31:11 +00:00
kostamarino@hotmail.com
f41a318844
Silent Hill: Shattered Memories update.
2011-08-04 21:45:06 +00:00
kostamarino@hotmail.com
d8a7ddd0fa
Phineas and Ferb Across the 2nd Dimension addition.
2011-08-04 19:40:46 +00:00
kostamarino@hotmail.com
e4957bd347
Rayman Raving Rabbids update and eol style native for some files.
2011-08-03 18:09:27 +00:00
kostamarino@hotmail.com
5159731e6b
The Legend of Zelda the Wind Waker update.
2011-08-01 11:11:57 +00:00
kostamarino@hotmail.com
cccc0cda04
Another Code R update.
2011-07-31 17:23:21 +00:00
kostamarino@hotmail.com
73559b2341
Dragons Lair 3D, The Hobbit additions.
2011-07-31 16:37:38 +00:00
kostamarino@hotmail.com
3bf0055979
Metroid Prime 2, Terminator 3, NHL 06 update.
2011-07-31 11:25:34 +00:00
kostamarino@hotmail.com
2ccf60c8bc
Metroid Prime 1 and Avalanche 1080 update.
2011-07-30 20:37:53 +00:00
kostamarino@hotmail.com
badd625bc2
Metroid Prime 3 update.
2011-07-30 14:43:44 +00:00
kostamarino@hotmail.com
f7fc9cb863
Super Mario Sunshine update.
2011-07-30 13:35:39 +00:00
kostamarino@hotmail.com
b1c704e843
No More Heroes 1 and 2 update.
2011-07-30 09:36:53 +00:00
kostamarino@hotmail.com
c7a216813a
Changes to F-Zero GX, Sengoku Basara, Mario All Stars, A Shadows tale. Use EFBcopyvirtual + EFBcopyreal where necessary.
2011-07-28 20:08:49 +00:00
kostamarino@hotmail.com
a882c4c01d
Zelda: Twilight Princess GC update.
2011-07-28 12:32:16 +00:00
kostamarino@hotmail.com
9659ac1e73
Skies of Arcadia Legends update.
2011-07-26 19:54:40 +00:00
kostamarino@hotmail.com
86425a002f
SSX Blur Wii update.
2011-07-24 13:07:36 +00:00
kostamarino@hotmail.com
6e420d708d
Clean up of the unneeded Safe Texture Cache lines of the database. All credit goes to Ryan Collins.
2011-07-14 20:22:49 +00:00
MofoMan2000
e78003696c
Remove now-unnecessary OnFrame hack from Zelda Collector's Edition.
...
This apparently allowed OoT to boot in interpreter mode way back during revisions when multi-executable ISOs wouldn't run past their menus.
This is good since this is one less hack being used, meaning more accurate emulation. It also helps because I don't know if the hack needs to be applied at the same memory location for different regions.
Also update the formatting of these INIs a bit to be more like something the emulator makes today.
2011-06-28 22:46:15 +00:00
daco65
f042f600d0
added PsoEp3(NTSC) and added some (useless) cheats for Pso1&2(NTSC)
2011-06-26 09:55:23 +00:00
kostamarino@hotmail.com
b09f654f34
Flip's twisted world addition and set eol style native to some previous ini files.
2011-06-26 03:53:15 +00:00
daco65
afc4590c2f
forgot to commit one and comitted one to much(revert)
2011-06-20 21:01:54 +00:00
daco65
56def105fe
more useless changes :P
...
and yes, the fzero cheat makes it possible to copy saves, but the game doesn't accept them...yet
2011-06-20 20:58:10 +00:00
MofoMan2000
f180cd9601
Super Smash Bros. Melee:
...
Change emulation status to "Perfect"
Needs internal resolution to be multiple of 640x528, otherwise black ground glitches occur.
2011-06-19 21:55:47 +00:00
kostamarino@hotmail.com
319c3aa588
More updates (Baten Kaitos, Punchout,Super Smash Bros. Brawl).
2011-06-18 20:08:40 +00:00