mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2024-11-27 07:14:23 +01:00
Merge pull request #67 from RiverCityRansomware/gdbstubtypo
Fix gdbstub typo
This commit is contained in:
commit
d92636d424
@ -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