mirror of
https://github.com/LNH-team/pico-loader.git
synced 2026-06-02 09:16:49 +02:00
Initial work on homebrew return to loader
This commit is contained in:
@@ -95,3 +95,8 @@ bool dldi_patchTo(dldi_header_t* stub)
|
||||
{
|
||||
return sDldiDriver.PatchTo(stub);
|
||||
}
|
||||
|
||||
void dldi_copyTo(void* target)
|
||||
{
|
||||
memcpy(target, sDldiBuffer, sizeof(sDldiBuffer));
|
||||
}
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
|
||||
bool dldi_init();
|
||||
bool dldi_patchTo(dldi_header_t* stub);
|
||||
void dldi_copyTo(void* target);
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
||||
Reference in New Issue
Block a user