mirror of
https://github.com/LNH-team/pico-loader.git
synced 2026-06-02 01:06:50 +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));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user