mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-16 16:37:57 -05:00
Remove extraneous semicolons
This commit is contained in:
@ -26,7 +26,7 @@ public:
|
||||
* Get the IdCode of the archive (e.g. RomFS, SaveData, etc.)
|
||||
* @return IdCode of the archive
|
||||
*/
|
||||
IdCode GetIdCode() const override { return IdCode::RomFS; };
|
||||
IdCode GetIdCode() const override { return IdCode::RomFS; }
|
||||
|
||||
/**
|
||||
* Open a file specified by its path, using the specified mode
|
||||
|
Reference in New Issue
Block a user