Refactor DrawRomSelector method in EditorManager to return absl::Status for improved error handling; update method signature in header file and adjust menu drawing logic accordingly.
This commit is contained in:
@@ -65,8 +65,7 @@ class EditorManager {
|
||||
|
||||
private:
|
||||
void DrawHomepage();
|
||||
void DrawRomSelector();
|
||||
|
||||
absl::Status DrawRomSelector();
|
||||
absl::Status LoadRom();
|
||||
absl::Status LoadAssets();
|
||||
absl::Status SaveRom();
|
||||
|
||||
Reference in New Issue
Block a user