This website requires JavaScript.
Explore
Help
Sign In
feedc0de
/
dolphin
Watch
1
Star
0
Fork
0
forked from
dolphin-emu/dolphin
Code
Pull Requests
Activity
Files
b0c94a47f97e4233cd12574db0b5f9680a588b26
dolphin
/
Source
/
Core
T
History
nodchip
b0c94a47f9
JitIL: Implemented JitIL IR Disassembler. If you want to use it, add "OutputIR = True" in the "Core" section of Dolphin.ini.
...
git-svn-id:
https://dolphin-emu.googlecode.com/svn/trunk@6462
8ced0084-cf51-0410-be5f-012b33b47a6e
2010-11-23 13:35:44 +00:00
..
AudioCommon
Make Linux/MacOSX system checks correct in the cmake build. UNIX is true on both linux and osx. The cmake build probably still doesn't work on MacOSX though.
2010-11-17 01:03:39 +00:00
Common
Layout should not be called until after a sizer is inserted into its parent. This fixes the "gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 17" type console warnings that are annoying on linux. If there are issues with this on other platforms let me know, but there shouldn't be.
2010-11-22 15:25:59 +00:00
Core
JitIL: Implemented JitIL IR Disassembler. If you want to use it, add "OutputIR = True" in the "Core" section of Dolphin.ini.
2010-11-23 13:35:44 +00:00
DebuggerUICommon
Make Linux/MacOSX system checks correct in the cmake build. UNIX is true on both linux and osx. The cmake build probably still doesn't work on MacOSX though.
2010-11-17 01:03:39 +00:00
DebuggerWX
StringUtil cleanup. Nothing seems broken.
2010-11-10 04:12:31 +00:00
DiscIO
StringUtil cleanup. Nothing seems broken.
2010-11-10 04:12:31 +00:00
DolphinWX
Layout should not be called until after a sizer is inserted into its parent. This fixes the "gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 17" type console warnings that are annoying on linux. If there are issues with this on other platforms let me know, but there shouldn't be.
2010-11-22 15:25:59 +00:00
DSPCore
Make Linux/MacOSX system checks correct in the cmake build. UNIX is true on both linux and osx. The cmake build probably still doesn't work on MacOSX though.
2010-11-17 01:03:39 +00:00
InputCommon
Make Linux/MacOSX system checks correct in the cmake build. UNIX is true on both linux and osx. The cmake build probably still doesn't work on MacOSX though.
2010-11-17 01:03:39 +00:00
InputUICommon
Add an experimental CMake build system as a possible replacement for SCons. Only tested on Linux, should work on OS X and Windows in the future as well though.
2010-11-01 15:47:02 +00:00
VideoCommon
Quick FIFO fix for Donkey Kong Country Returns. Added a FIFO breakpoint check in the main FIFO loop. Aligned some of the FIFO registers to 32 byte boundaries, matching the VideoSoftware plug-in code.
2010-11-23 10:51:14 +00:00
VideoUICommon
Reorganized some video config dialog related code. Deleted remnants of the old DX11 config window.
2010-11-22 22:17:35 +00:00
wiiuse
Make Linux/MacOSX system checks correct in the cmake build. UNIX is true on both linux and osx. The cmake build probably still doesn't work on MacOSX though.
2010-11-17 01:03:39 +00:00
CMakeLists.txt
Linux cmake build fix. I fixed the scons build as well, so this might fix the macosx build also.
2010-11-16 00:13:33 +00:00