mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-14 01:47:59 -05:00
Remove unnecessary new lines, changed Deinit to Shutdown
This commit is contained in:
@ -44,7 +44,7 @@ void ToggleServer(bool status);
|
||||
void Init();
|
||||
|
||||
/// Stop gdbstub server.
|
||||
void Deinit();
|
||||
void Shutdown();
|
||||
|
||||
/// Returns true if there is an active socket connection.
|
||||
bool IsConnected();
|
||||
|
Reference in New Issue
Block a user