mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-21 17:38:02 -05:00
time: Stub out GetTotalLocationNameCount and some cleanup.
This commit is contained in:
@ -13,7 +13,7 @@ namespace Time {
|
||||
struct LocationName {
|
||||
INSERT_PADDING_BYTES(0x24);
|
||||
};
|
||||
static_assert(sizeof(LocationName) == 0x24, "LocationName structure has incorrect size");
|
||||
static_assert(sizeof(LocationName) == 0x24, "LocationName is incorrect size");
|
||||
|
||||
struct CalendarTime {
|
||||
u16_le year;
|
||||
|
Reference in New Issue
Block a user