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
f67660cbfe0cd94a891a7da2801e7f42b03d502f
dolphin
/
Source
/
Core
T
History
hrydgard
f67660cbfe
Remove the last use of MappedFile and kill the code. (less code is good!) (we've found that file mapping in the context of Dolphin only causes problems and give no speed gain - Dolphin gobbles address space ferociously on its own without mapping in huge disk images). Add some math util functions.
...
git-svn-id:
https://dolphin-emu.googlecode.com/svn/trunk@3441
8ced0084-cf51-0410-be5f-012b33b47a6e
2009-06-14 10:59:06 +00:00
..
AudioCommon
Fix for tatsunoko vs capcom and those wii games getting corrupted memory error
2009-06-12 15:47:41 +00:00
Common
Remove the last use of MappedFile and kill the code. (less code is good!) (we've found that file mapping in the context of Dolphin only causes problems and give no speed gain - Dolphin gobbles address space ferociously on its own without mapping in huge disk images). Add some math util functions.
2009-06-14 10:59:06 +00:00
Core
Remove the last use of MappedFile and kill the code. (less code is good!) (we've found that file mapping in the context of Dolphin only causes problems and give no speed gain - Dolphin gobbles address space ferociously on its own without mapping in huge disk images). Add some math util functions.
2009-06-14 10:59:06 +00:00
DebuggerWX
PowerPC: Fixed moronic bug in mcrfs - together with correctly computing FPRF (which is a new option, slows down slightly) in a few ops this fixes most remaining math errors in Super Monkey Ball and eliminates the need for the HLE hacks. Make sure to have up-to-date gameconfigs. Unfortunately, F-Zero still doesn't work. Misc other small changes. Indent some code.
2009-06-13 14:10:10 +00:00
DiscIO
Small cleanup. Pad configuration *should* work on my Linux machine now. I'll verify it tomorrow.
2009-06-13 11:59:58 +00:00
DolphinWX
Add mini unit testing framework to Dolphin itself - use it to find bugs and verify the portable powerpc fp number classifier. also random cleanup.
2009-06-13 22:08:01 +00:00
DSPCore
dsp: renamed R09 to WR1 in some tests, removed unused code in DSPTables.cpp, added showing of origin file in dspspy (please fix if [runningUcode - 1] is wrong)
2009-06-13 04:55:58 +00:00
InputCommon
Add mini unit testing framework to Dolphin itself - use it to find bugs and verify the portable powerpc fp number classifier. also random cleanup.
2009-06-13 22:08:01 +00:00
VideoCommon
Add projection hack back. The previous commit helped, but did not fix all the problems. Projection hack values may need to be changed.
2009-06-13 19:36:19 +00:00