Closed StrikerX3 closed 5 years ago
Allow certain aspects of the emulator to be configured programmatically such as:
The solution should be easy to integrate with the command line, a GUI, Libretro and others.
The OpenXBOXSettings struct was created to centralize all emulator options. The Xbox class takes a pointer to an instance of the struct on the Initialize method.
OpenXBOXSettings
Xbox
Initialize
Allow certain aspects of the emulator to be configured programmatically such as:
The solution should be easy to integrate with the command line, a GUI, Libretro and others.