Create constructor for SimpleTIM
This commit is contained in:
@@ -78,7 +78,7 @@ namespace JabyEngine {
|
||||
const auto bytes_ready = decompress_logo();
|
||||
|
||||
// Upload SplashScreen picture
|
||||
auto state = FileProcessor::create(&__boot_loader_end, SimpleTIM(32, 0, 0, 0));
|
||||
auto state = FileProcessor::create(&__boot_loader_end, SimpleTIM::create(32, 0, 0, 0));
|
||||
state.process(bytes_ready);
|
||||
|
||||
// Now load the BIOS font to the specified location
|
||||
|
Reference in New Issue
Block a user