diff --git a/src/xenia/cpu/xex_module.cc b/src/xenia/cpu/xex_module.cc index d2814854b..3c658cd87 100644 --- a/src/xenia/cpu/xex_module.cc +++ b/src/xenia/cpu/xex_module.cc @@ -417,6 +417,8 @@ bool XexModule::SetupLibraryImports(const char* name, (FunctionInfo::ExternHandler)kernel_export->function_data.shim; } } else { + XELOGW("WARNING: Imported kernel function %s is unimplemented!", + import_name.GetString()); handler = UndefinedImport; }