mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Remove some unnecessary semicolons
This commit is contained in:
@ -12,8 +12,8 @@ public:
|
||||
virtual ~GFXDebuggerBase() {}
|
||||
|
||||
// if paused, debugging functions can be enabled
|
||||
virtual void OnPause() {};
|
||||
virtual void OnContinue() {};
|
||||
virtual void OnPause() {}
|
||||
virtual void OnContinue() {}
|
||||
|
||||
void DumpPixelShader(const std::string& path);
|
||||
void DumpVertexShader(const std::string& path);
|
||||
|
Reference in New Issue
Block a user