StrikerX3 / OpenXBOX

An experimental (Original) Xbox emulator
79 stars 6 forks source link

Configurable options #5

Closed StrikerX3 closed 5 years ago

StrikerX3 commented 6 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.

StrikerX3 commented 6 years ago

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.