mirror of
https://github.com/d0k3/GodMode9.git
synced 2025-06-26 13:42:47 +00:00
9 lines
214 B
C
9 lines
214 B
C
#pragma once
|
|
|
|
#include "common.h"
|
|
|
|
int ReadRamDriveSectors(u8* buffer, u32 sector, u32 count);
|
|
int WriteRamDriveSectors(const u8* buffer, u32 sector, u32 count);
|
|
u64 GetRamDriveSize(void);
|
|
void InitRamDrive(void);
|