mirror of
https://github.com/Ale32bit/Capy64.git
synced 2025-01-18 10:36:44 +00:00
Add back function to install OS automatically
This commit is contained in:
parent
dc7958d206
commit
c6858f6bc0
1 changed files with 2 additions and 0 deletions
|
@ -84,6 +84,8 @@ internal class RuntimeManager : IPlugin
|
|||
|
||||
private void InitBIOS()
|
||||
{
|
||||
InstallOS(false);
|
||||
|
||||
_game.Discord.SetPresence("Booting up...");
|
||||
|
||||
luaState = new LuaState();
|
||||
|
|
Loading…
Reference in a new issue