4.0-1746 10 years, 4 months ago Fix error message when D3D11 HResults fail. (PR #421 from CarlKenner)
4.0-1744 10 years, 4 months ago Make sure netplay player IDs are actually unique. (PR #429 from RachelBryk)
4.0-1742 10 years, 4 months ago When updating netplay player list, reselect by string instead of index. (PR #403 from RachelBryk)
4.0-1740 10 years, 4 months ago When reading an ini file, if there is an error, check if it is simply be... (PR #431 from RachelBryk)
4.0-1738 10 years, 4 months ago msvc C initializers return int...fix EnableXSaveWorkaround when rax doesn't implicitly equal zero. (PR #430 from shuffle2)
4.0-1736 10 years, 4 months ago Explicitly center the X and Y joystick values. (PR #409 from lioncash)
4.0-1734 10 years, 4 months ago Android: Attach '.debug' to the end of the app's package name, if built in Debug configuration. (PR #414 from sigmabeta)
4.0-1732 10 years, 4 months ago Clarify what FindBrackets does in the DSP assembler (PR #423 from lioncash)
4.0-1730 10 years, 4 months ago Jit: Remove unused members from JitState. (PR #417 from magumagu)
4.0-1728 10 years, 4 months ago Interpreter: correctly support HLE functions. (PR #427 from magumagu)
4.0-1726 10 years, 4 months ago Limit netplay chat messages to 2000 characters. (PR #393 from RachelBryk)
4.0-1724 10 years, 4 months ago Check for errors when reading lines from ini files. (PR #392 from RachelBryk)
4.0-1722 10 years, 4 months ago Redo commit 932945d4808e37ba0ca1a953571187f445e24f41 (PR #426 from shuffle2)
4.0-1720 10 years, 4 months ago PowerPC: Get rid of the 'cr' field which was obsoleted by the new 'cr_fast' (PR #413 from delroth)
4.0-1718 10 years, 4 months ago Add a Cmake generic build option and remove x86_32 build capabilities. (PR #418 from Sonicadvance1)
4.0-1716 10 years, 4 months ago Memory code cleanup (PR #415 from magumagu)
4.0-1713 10 years, 4 months ago Clean up string managing in regards to video statistics. (PR #416 from lioncash)
4.0-1711 10 years, 4 months ago Use a bool instead of an int to represent the initialized state in IOWin.cpp (PR #408 from lioncash)
4.0-1709 10 years, 4 months ago Fix a struct overflow case in WII_IPC_HLE_Device_hid.cpp (PR #407 from lioncash)
4.0-1707 10 years, 4 months ago Interpreter: use numeric_limits instead of FLT_MAX.