mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-28 18:50:29 +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…
Reference in New Issue
Block a user