This website requires JavaScript.
Explore
Help
Sign In
Yaya48
/
dolphin
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
50e413ff7771bfd9c5d9aface439754b4fecf092
dolphin
/
Source
/
Core
T
History
nakeee
50e413ff77
fix gamelist disappearing on linux, I hope it didn't break windows
...
git-svn-id:
https://dolphin-emu.googlecode.com/svn/trunk@1016
8ced0084-cf51-0410-be5f-012b33b47a6e
2008-10-30 17:10:34 +00:00
..
Common
enabled using encrypted action replay codes, just put them in the gameini file, and they are decrypted when read. Note: the first line of a "real" AR code is a verification code, which dolphin's simulator currently missreads. I'm unsure whether to bypass the code by skipping it in ARDecrypt.cpp line 489, or think of some actual solution :p
2008-10-28 05:55:34 +00:00
Core
added status of the wiimote to the statusbar
2008-10-30 12:57:35 +00:00
DebuggerWX
Random grab-bag of stuff: Finer grained JIT disabling (jpeterson's debug tool), show activated cheats, some comments, one more jitted instruction, support in backpatcher for writes, currently disabled because Beyond Good and Evil crashes when using it. yes this change should be split but i'm just too lazy, sorry.
2008-10-28 22:38:53 +00:00
DiscIO
Massive style & comment cleanup of (mostly) GL plugin - also split some large files. A minor speedup for BP writes - merged the two switch()-es.
2008-10-17 11:30:14 +00:00
DolphinWX
fix gamelist disappearing on linux, I hope it didn't break windows
2008-10-30 17:10:34 +00:00
VideoCommon
Make it possible to turn off the tiny vertex format setup JIT, may help macosx compatibility work (pretty useless, a jit for the actual vertex loading would have been much more useful)
2008-10-28 21:04:14 +00:00