Community feedback
Updated naming convention Exposed the game name to Emulator for other uses Fixed bug with XDBF parsing
This commit is contained in:
@@ -53,7 +53,7 @@ class Window {
|
||||
return true;
|
||||
}
|
||||
|
||||
virtual bool set_icon_from_buffer(void *buffer, size_t size) = 0;
|
||||
virtual bool SetIconFromBuffer(void *buffer, size_t size) = 0;
|
||||
|
||||
virtual bool is_fullscreen() const { return false; }
|
||||
virtual void ToggleFullscreen(bool fullscreen) {}
|
||||
|
||||
Reference in New Issue
Block a user