Skip to content

Commit

Permalink
add notes for things to do in the near future
Browse files Browse the repository at this point in the history
  • Loading branch information
RobDavenport committed Apr 25, 2024
1 parent 58885c8 commit 31bec15
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions gamercade_app/src/modes/arcade_mode/manage_game.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion gamercade_app/src/modes/library_mode/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ impl LibraryModeView {
pub fn sync_against_fs(&mut self) -> Vec<FsGame> {
//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

Expand Down

0 comments on commit 31bec15

Please sign in to comment.