[Base] Moved IsUseNexusForGameBarEnabled from emulator_window to system.h
This will remove direct usage of system specific code from emulator_window
This commit is contained in:
committed by
Radosław Gliński
parent
bcc3c3172d
commit
9dfb0d0b68
@@ -296,4 +296,5 @@ void ShowSimpleMessageBox(SimpleMessageBoxType type, std::string_view message) {
|
||||
|
||||
bool SetProcessPriorityClass(const uint32_t priority_class) { return true; }
|
||||
|
||||
bool IsUseNexusForGameBarEnabled() { return false; }
|
||||
} // namespace xe
|
||||
|
||||
Reference in New Issue
Block a user