[XAM] Rename NUI export group.
This commit is contained in:
parent
1481735d36
commit
f8d663cd1e
|
@ -19,7 +19,7 @@ XE_MODULE_EXPORT_GROUP(xam, Locale)
|
|||
XE_MODULE_EXPORT_GROUP(xam, Msg)
|
||||
XE_MODULE_EXPORT_GROUP(xam, Net)
|
||||
XE_MODULE_EXPORT_GROUP(xam, Notify)
|
||||
XE_MODULE_EXPORT_GROUP(xam, Nui)
|
||||
XE_MODULE_EXPORT_GROUP(xam, NUI)
|
||||
XE_MODULE_EXPORT_GROUP(xam, UI)
|
||||
XE_MODULE_EXPORT_GROUP(xam, User)
|
||||
XE_MODULE_EXPORT_GROUP(xam, Video)
|
||||
|
|
|
@ -64,7 +64,7 @@ dword_result_t XamShowNuiTroubleshooterUI(unknown_t unk1, unknown_t unk2,
|
|||
}
|
||||
DECLARE_XAM_EXPORT1(XamShowNuiTroubleshooterUI, kNone, kStub);
|
||||
|
||||
void RegisterNuiExports(xe::cpu::ExportResolver* export_resolver,
|
||||
void RegisterNUIExports(xe::cpu::ExportResolver* export_resolver,
|
||||
KernelState* kernel_state) {}
|
||||
|
||||
} // namespace xam
|
||||
|
|
Loading…
Reference in New Issue