mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 20:58:54 +00:00
Change ControlState typedef to double, and change all related floats/doubles to use it.
Fixes an off by 1 issue related to double->float->double conversion, and eliminates numerous warnings.
This commit is contained in:
parent
64575d565a
commit
5adbc83453
16 changed files with 99 additions and 97 deletions
|
@ -10,7 +10,7 @@
|
|||
#include "Common/Common.h"
|
||||
|
||||
// idk in case I wanted to change it to double or something, idk what's best
|
||||
typedef float ControlState;
|
||||
typedef double ControlState;
|
||||
|
||||
namespace ciface
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue