mirror of
https://github.com/LNH-team/pico-loader.git
synced 2026-06-02 09:16:49 +02:00
Initial commit
This commit is contained in:
16
arm7/source/fat/dldi.h
Normal file
16
arm7/source/fat/dldi.h
Normal file
@@ -0,0 +1,16 @@
|
||||
#pragma once
|
||||
#include "loader/dldiHeader.h"
|
||||
|
||||
bool dldi_init();
|
||||
bool dldi_patchTo(dldi_header_t* stub);
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
bool dldi_readSectors(void* buffer, u32 sector, u32 count);
|
||||
bool dldi_writeSectors(const void* buffer, u32 sector, u32 count);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
Reference in New Issue
Block a user