mirror of
https://github.com/Team-Resurgent/XboxMemCard.git
synced 2026-08-15 11:18:05 -07:00
5 lines
90 B
C
5 lines
90 B
C
#pragma once
|
|
|
|
#define XMU_SECTOR_SHIFT 9
|
|
#define XMU_SECTOR_SIZE (1u << XMU_SECTOR_SHIFT)
|