mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2024-11-15 17:50:05 +00:00
Fix gdbstub typo, fixes Citra #3318
Core::System().GetInstance().IsPoweredOn() -> Core::System::GetInstance().IsPoweredOn()
This commit is contained in:
parent
9ae55884d2
commit
d05dc3f4dd
@ -905,7 +905,7 @@ void ToggleServer(bool status) {
|
||||
server_enabled = status;
|
||||
|
||||
// Start server
|
||||
if (!IsConnected() && Core::System().GetInstance().IsPoweredOn()) {
|
||||
if (!IsConnected() && Core::System::GetInstance().IsPoweredOn()) {
|
||||
Init();
|
||||
}
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user