mirror of
https://github.com/rvtr/GodMode9i.git
synced 2025-06-18 19:05:30 -04:00
Set nandio_set_fat_sig_fix
as inline function
This commit is contained in:
parent
d8f76fcb3d
commit
9b9ef7c937
@ -20,7 +20,7 @@ static u32 fat_sig_fix_offset = 0;
|
||||
static u32 sector_buf32[SECTOR_SIZE/sizeof(u32)];
|
||||
static u8 *sector_buf = (u8*)sector_buf32;
|
||||
|
||||
void nandio_set_fat_sig_fix(u32 offset) {
|
||||
static inline void nandio_set_fat_sig_fix(u32 offset) {
|
||||
fat_sig_fix_offset = offset;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user