Merge pull request #509 from x1nixmzeng/xex-resources

Rebrand the Xenia window with module metadata
This commit is contained in:
Ben Vanik
2016-01-10 08:55:47 -08:00
16 changed files with 389 additions and 30 deletions

View File

@@ -470,8 +470,8 @@ bool XexModule::SetupLibraryImports(const char* name,
GuestFunction::ExternHandler handler = nullptr;
if (kernel_export) {
if (kernel_export->function_data.trampoline) {
handler = (GuestFunction::ExternHandler)kernel_export
->function_data.trampoline;
handler = (GuestFunction::ExternHandler)
kernel_export->function_data.trampoline;
} else {
handler =
(GuestFunction::ExternHandler)kernel_export->function_data.shim;