pokeplatinum/meson.options
James Petersen af26f95377
Build Rev 1 ROM as default instead of Rev 0 (#604)
Co-authored-by: Rachel <lhearachel@proton.me>
Co-authored-by: cbt6 <91667135+cbt6@users.noreply.github.com>
2025-07-12 11:36:34 -07:00

4 lines
183 B
Plaintext

option('gdb_debugging', type : 'boolean', value : false)
option('revision', type : 'combo', choices: ['0', '1'], value : '1')
option('logging_enabled', type: 'boolean', value: false)