From 31bec1529c8b828c762a7c1044b7933deab10a19 Mon Sep 17 00:00:00 2001 From: RobDavenport Date: Thu, 25 Apr 2024 15:28:45 +0900 Subject: [PATCH] add notes for things to do in the near future --- gamercade_app/src/modes/arcade_mode/manage_game.rs | 2 ++ gamercade_app/src/modes/library_mode/mod.rs | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/gamercade_app/src/modes/arcade_mode/manage_game.rs b/gamercade_app/src/modes/arcade_mode/manage_game.rs index 0b75cd6..0871ec8 100644 --- a/gamercade_app/src/modes/arcade_mode/manage_game.rs +++ b/gamercade_app/src/modes/arcade_mode/manage_game.rs @@ -30,6 +30,8 @@ impl ManageGameView { } } + // TODO: Add game icon visible here + // TODO: Add ability to upload game icons pub fn draw(&mut self, context: &mut AppDrawContext) -> bool { let mut done = false; let ui = &mut context.ui; diff --git a/gamercade_app/src/modes/library_mode/mod.rs b/gamercade_app/src/modes/library_mode/mod.rs index 1926d22..c50500e 100644 --- a/gamercade_app/src/modes/library_mode/mod.rs +++ b/gamercade_app/src/modes/library_mode/mod.rs @@ -92,7 +92,7 @@ impl LibraryModeView { pub fn sync_against_fs(&mut self) -> Vec { //TODO: This function // Check against FS for existing .gcroms - // If they exist... + // If they exist and... // 1. ROM is in localDB, do nothing // 2. ROM is not in localDB, fetch the update by ID