We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24a0875 commit 29419daCopy full SHA for 29419da
src/libs/YM7128B_emu/YM7128B_emu.h
@@ -43,7 +43,7 @@ extern "C" {
43
#endif
44
45
#ifndef YM7128B_FLOAT
46
-#define YM7128B_FLOAT double //!< Floating point data type
+#define YM7128B_FLOAT float //!< Floating point data type
47
#define YM7128B_Float_Min (-1) //!< Maximum floating point value
48
#define YM7128B_Float_Max (+1) //!< Minimum floating point value
49
0 commit comments