ERIS CORE

◆ restartVM()

void FLASHMEM AppWren::restartVM ( )
inline

shutsdown then starts the VM

Definition at line 125 of file AppWren.h.

125  {
126  shutdownVM();
127  useNativeFS = true;
128  startVM();
129  }
void FLASHMEM startVM()
start the VM
Definition: AppWren.cpp:1444
void FLASHMEM shutdownVM()
shutdown the VM
Definition: AppWren.h:107
bool useNativeFS
Definition: AppWren.h:35

References shutdownVM(), startVM(), and useNativeFS.

Referenced by messageHandler(), and render().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: