4.0-2608 9 years, 8 months ago OGL: Removed some unnecessary preprocessor directives from Render.cpp. (PR #819 from lioncash)
4.0-2606 9 years, 8 months ago Common: Get rid of StdConditionVariable, StdMutex, and StdThread. (PR #796 from lioncash)
4.0-2603 9 years, 8 months ago Windows: Use a shared precompiled header for dolphin code under Source/ (PR #797 from shuffle2)
4.0-2599 9 years, 8 months ago Removed warnings by assigning to bool (PR #818 from ChuckRozhon)
4.0-2597 9 years, 8 months ago Debugger: fix blowup calculation again (PR #811 from FioraAeterna)
4.0-2595 9 years, 8 months ago VertexLoader: cache NativeVertexFormat (PR #809 from degasus)
4.0-2593 9 years, 8 months ago Fix the Not button showing up in the advanced control dialog. (PR #816 from Sonicadvance1)
4.0-2591 9 years, 8 months ago Jit64: re-enable ps_sum0 (PR #757 from Tilka)
4.0-2589 9 years, 8 months ago JIT: don't rely on undefined behavior for constant overflow checking (PR #812 from FioraAeterna)
4.0-2587 9 years, 8 months ago OGL: Get rid of an unnecessary WIN32 ifdef in main.cpp (PR #815 from lioncash)
4.0-2585 9 years, 8 months ago Core: Kill off Host_ShowJitResults (PR #814 from lioncash)
4.0-2583 9 years, 8 months ago Removed warning caused by calling std::min<int> with size_t values (PR #813 from ChuckRozhon)
4.0-2581 9 years, 8 months ago Externals: update Bochs to newer version (PR #808 from FioraAeterna)
4.0-2579 9 years, 8 months ago Placed ampersands and asterisks against type name (PR #795 from ChuckRozhon)
4.0-2577 9 years, 8 months ago FrameTools.cpp: Alignment of long lists (PR #806 from archshift)
4.0-2575 9 years, 8 months ago Set the default radius to 100 for non-gcpad analog sticks. (PR #782 from RachelBryk)
4.0-2573 9 years, 8 months ago Hides toolbar upon using fullscreen and rendering to main window. (PR #787 from archshift)
4.0-2570 9 years, 8 months ago Debugger: fix blowup calculation (PR #804 from FioraAeterna)
4.0-2568 9 years, 8 months ago Changed GCPadStatus struct to use cstdint types instead of char, short (PR #802 from ChuckRozhon)
4.0-2566 9 years, 8 months ago JIT: Don't needlessly flush register state in merged integer+branch code (PR #798 from FioraAeterna)