module documentation

Game Boy - Emulator for Game Boy ROMs.

Function run Run the app.
Function start Start the app.
Function stop Stop the app.
Constant STATE_BROWSER Undocumented
Constant STATE_PLAYING Undocumented
Variable gb Undocumented
Variable _file_browser Undocumented
def run(view_manager):

Run the app.

Parameters
view_manager:ViewManagerThe view manager context.
def start(view_manager) -> bool:

Start the app.

Parameters
view_manager:ViewManagerThe view manager context.
Returns
boolTrue on success.
def stop(view_manager):

Stop the app.

Parameters
view_manager:ViewManagerThe view manager context.
STATE_BROWSER =

Undocumented

Value
const(0)
STATE_PLAYING =

Undocumented

Value
const(1)
gb =

Undocumented

_file_browser =

Undocumented