mlib updates

This commit is contained in:
RogueMaster
2022-10-07 02:28:33 -04:00
parent e42ca55552
commit abf1de4722
25 changed files with 155 additions and 160 deletions

View File

@@ -21,7 +21,7 @@ struct Chip8App {
SceneManager* scene_manager;
DialogsApp* dialogs;
string_t file_name;
FuriString* file_name;
uint8_t** backup_screen;
Chip8View* chip8_view;
Chip8Emulator* chip8;