mirror of
https://github.com/86Box/86Box.git
synced 2026-02-24 02:18:20 -07:00
Goodbye, 32-bit
This commit is contained in:
@@ -106,7 +106,7 @@ typedef struct mouse_wacom_t {
|
||||
int last_abs_y; /* Suppressed/Increment Mode. */
|
||||
union {
|
||||
uint32_t settings; /* Settings DWORD */
|
||||
/* We don't target any architectures except x86/x64/ARM32/ARM64.
|
||||
/* We don't target any architectures except x64/ARM64.
|
||||
(The ABIs for those are explicit in little-endian bit ordering) */
|
||||
struct settings_bits {
|
||||
uint8_t remote_mode : 1;
|
||||
|
||||
Reference in New Issue
Block a user