This website requires JavaScript.
Explore
Help
Sign In
feedc0de
/
dolphin
Watch
1
Star
0
Fork
0
You've already forked dolphin
forked from
dolphin-emu/dolphin
Code
Pull Requests
Activity
Files
7e9f02869ac7cfa412ed6ef866f5ebb233a84c6f
dolphin
/
Source
/
Core
History
skidau
7e9f02869a
LLE JIT: Changed the ASM dispatcher so that it jumps to the blocks instead of calling them. This removes the need to push and pop all of the registers at each block, speeding up the JIT. Changed the cycle counting to work off memory accesses instead of a register. Removed the C++ JIT dispatcher because it will no longer work with this new format.
...
git-svn-id:
https://dolphin-emu.googlecode.com/svn/trunk@6858
8ced0084-cf51-0410-be5f-012b33b47a6e
2011-01-16 06:24:48 +00:00
..
AudioCommon
Fix a few strings that weren't being translated properly.
2011-01-15 02:30:36 +00:00
Common
Clean up nowx and stop cocoaApp busy-waiting in the main loop.
2011-01-15 10:33:07 +00:00
Core
Make the "IR Sensitivity" slider work on linux. Also clean up the appearance of the Audio config dialogs on linux and OSX a bit. It doesn't change the appearance on windows.
2011-01-15 15:48:04 +00:00
DebuggerUICommon
Add internationalization support. There aren't really any translations yet other than a little French thanks to DavidVag. So now the translators need to go to work. See
http://wiki.wxwidgets.org/Internationalization
for directions. The binary .mo files are generated at build time on linux. They are provided in Data/Languages for windows. I don't know where they need to go on OSX, but they should be able to be generated there at least. I added a target to generate them on windows, but does not build by default as it requires that msgfmt.exe from the gnu gettext tools be installed and in the path.
2011-01-05 04:35:46 +00:00
DebuggerWX
Add internationalization support. There aren't really any translations yet other than a little French thanks to DavidVag. So now the translators need to go to work. See
http://wiki.wxwidgets.org/Internationalization
for directions. The binary .mo files are generated at build time on linux. They are provided in Data/Languages for windows. I don't know where they need to go on OSX, but they should be able to be generated there at least. I added a target to generate them on windows, but does not build by default as it requires that msgfmt.exe from the gnu gettext tools be installed and in the path.
2011-01-05 04:35:46 +00:00
DiscIO
Removed my previous PanicAlert translation hack. Fixed with a better method suggested by BhaaL. The translation is done by a callback in the MsgHandler routine that is set at program start. Added macros PanicAlertT, SuccessAlertT, PanicYesNoT, and AskYesNoT that are identical to the non T versions except those strings will be added by gettext to the po files to be translated. These can and should be used anywhere in the code for strings that should be translated.
2011-01-13 02:05:58 +00:00
DolphinWX
HID reports can use negative numbers.
2011-01-15 21:16:13 +00:00
DSPCore
LLE JIT: Changed the ASM dispatcher so that it jumps to the blocks instead of calling them. This removes the need to push and pop all of the registers at each block, speeding up the JIT. Changed the cycle counting to work off memory accesses instead of a register. Removed the C++ JIT dispatcher because it will no longer work with this new format.
2011-01-16 06:24:48 +00:00
InputCommon
HID reports can use negative numbers.
2011-01-15 21:16:13 +00:00
VideoCommon
Removed my previous PanicAlert translation hack. Fixed with a better method suggested by BhaaL. The translation is done by a callback in the MsgHandler routine that is set at program start. Added macros PanicAlertT, SuccessAlertT, PanicYesNoT, and AskYesNoT that are identical to the non T versions except those strings will be added by gettext to the po files to be translated. These can and should be used anywhere in the code for strings that should be translated.
2011-01-13 02:05:58 +00:00
VideoUICommon
Fix a few strings that weren't being translated properly.
2011-01-15 02:30:36 +00:00
CMakeLists.txt
Don't bother with a separate NSApplication thread.
2011-01-15 11:05:22 +00:00