-Changed bootsplash option to use a file, fixes #1539
-Added OS.get_splash_tick_msec() to query when splash appeared
This commit is contained in:
parent
2dfa1279ea
commit
3e20391bf6
9 changed files with 51 additions and 10 deletions
|
|
@ -43,6 +43,9 @@ OS* OS::get_singleton() {
|
|||
uint32_t OS::get_ticks_msec() const
|
||||
{ return get_ticks_usec()/1000; }
|
||||
|
||||
uint64_t OS::get_splash_tick_msec() const {
|
||||
return _msec_splash;
|
||||
}
|
||||
uint64_t OS::get_unix_time() const {
|
||||
|
||||
return 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue