mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-15 19:28:29 +12:00
Add support for games in NUS format (.app)
Requires title.tmd and title.tik in same directory
This commit is contained in:
parent
f9f6206929
commit
5ad57bb0c9
8 changed files with 54 additions and 24 deletions
|
@ -78,13 +78,6 @@ struct RPLRegionMappingTable
|
|||
void RPLLoader_UnloadModule(RPLModule* rpl);
|
||||
void RPLLoader_RemoveDependency(const char* name);
|
||||
|
||||
char _ansiToLower(char c)
|
||||
{
|
||||
if (c >= 'A' && c <= 'Z')
|
||||
c -= ('A' - 'a');
|
||||
return c;
|
||||
}
|
||||
|
||||
uint8* RPLLoader_AllocateTrampolineCodeSpace(RPLModule* rplLoaderContext, sint32 size)
|
||||
{
|
||||
if (rplLoaderContext)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue