Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)GE
Posts
0
Comments
332
Joined
12 mo. ago

  • At no point does OP imply it can actually think and as far as I can see they only use the term once and use it correctly.

    If you are talking about the use of "lie" that's just a simplification of explaining it creates false information.

    From the context there is nothing that implies OP thinks it has a real mind.

    You're essentially arguing semantics even though it's perfectly clear what they mean.

  • I imagine most of the emulators have a way to pass it a rom to open on launch.

    So the game library etc. could just be a list of files in a directory that you manage in your UI. When one is selected you launch the emulator with that file.

    This will likely be different for each emulator but should be achievable. So you'll need some way to configure what to launch and which args to use. Or just hard ode it tbh.

    As for getting back to the menu you could likely use some global hot key to signal your application to kill the emulator and return to the menu.

    What language you use shouldn't make a huge difference here. Any with a GUI framework should allow you to do it.