mirror of
https://github.com/Oibaf66/frodo-wii.git
synced 2024-11-10 21:55:11 +01:00
Create the data store singleton
This commit is contained in:
parent
a28575b7ce
commit
484b8cc685
@ -28,6 +28,7 @@
|
||||
#include "Prefs.h"
|
||||
#include "SAM.h"
|
||||
#include "gui/gui.hh"
|
||||
#include "data_store.hh"
|
||||
#include "utils.hh"
|
||||
|
||||
|
||||
@ -249,6 +250,7 @@ void Frodo::ReadyToRun(void)
|
||||
|
||||
// Create and start C64
|
||||
TheC64 = new C64;
|
||||
DataStore::ds = new DataStore();
|
||||
Gui::init();
|
||||
load_rom_files();
|
||||
TheC64->Run();
|
||||
|
Loading…
Reference in New Issue
Block a user