dolphin/Source/Plugins
Glenn Rice 7788bac40c Fix ogl screenshots for windows.
Fix the macosx build (perhaps).
This changes the JitIL timed profiling to using assembly language to obtain the time.  It does seem to be faster.  Not sure if it will work on macosx, but if it does it has the necessary precision that gettimeofday does not have.


git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6448 8ced0084-cf51-0410-be5f-012b33b47a6e
2010-11-20 03:24:51 +00:00
..
Plugin_DSP_HLE Fix for issue 3507. Compile with old GLEW versions, support user-specified CFLAGS and link plugins to all the used libs. 2010-11-18 23:27:27 +00:00
Plugin_DSP_LLE Fix for issue 3507. Compile with old GLEW versions, support user-specified CFLAGS and link plugins to all the used libs. 2010-11-18 23:27:27 +00:00
Plugin_VideoDX9 Fixed RealXFB being enabled when XFB box is unchecked. Moved some shared code into VideoCommon. Renamed EFBCopyDisable setting to EFBCopy"Enable" in the code and inifile. Fix DX11 settings not loading. Fixed Issue 3378.(graphics settings dialog displaying gameini settings in game) 2010-11-18 03:50:50 +00:00
Plugin_VideoDX11 Fixed RealXFB being enabled when XFB box is unchecked. Moved some shared code into VideoCommon. Renamed EFBCopyDisable setting to EFBCopy"Enable" in the code and inifile. Fix DX11 settings not loading. Fixed Issue 3378.(graphics settings dialog displaying gameini settings in game) 2010-11-18 03:50:50 +00:00
Plugin_VideoOGL Fix ogl screenshots for windows. 2010-11-20 03:24:51 +00:00
Plugin_VideoSoftware Implement JitIL profiling on linux. I also tried implementing __rdtsc using assembly and didn't really see a speed improvement so went with clock_gettime. 2010-11-20 00:22:56 +00:00
CMakeLists.txt Add the video software plugin to the cmake build system. 2010-11-18 02:13:05 +00:00