mirror of
https://github.com/libretro/RetroArch
synced 2025-03-12 13:13:30 +00:00
Unsigned mask.
This commit is contained in:
parent
192e3303a1
commit
2a0abb0618
@ -35,7 +35,7 @@ struct snes_tracker_internal
|
||||
#endif
|
||||
|
||||
uint32_t addr;
|
||||
uint8_t mask;
|
||||
unsigned mask;
|
||||
|
||||
enum snes_tracker_type type;
|
||||
|
||||
|
@ -52,7 +52,7 @@ struct snes_tracker_uniform_info
|
||||
uint32_t addr;
|
||||
enum snes_tracker_type type;
|
||||
enum snes_ram_type ram_type;
|
||||
uint8_t mask;
|
||||
unsigned mask;
|
||||
};
|
||||
|
||||
struct snes_tracker_info
|
||||
|
Loading…
x
Reference in New Issue
Block a user