mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-24 23:15:39 +00:00
1519846bb3
* Tidied parameter code * Tricky bios dialogue! * Mini change * Tidying icons * And then there were 5! * Time to Cook * INITOOL: added * SET_SETTING_VALUE: edited to use initool * Revert "SET_SETTING_VALUE: edited to use initool" This reverts commitb56916c2b0
. * Revert "INITOOL: added" This reverts commit127bcdb6cd
. * POST_UPDATE: update_rd_conf to include steam_sync * INJECT_FRAMEWORK: added force args [skip ci] * Progress buttons * Reset! --------- Co-authored-by: Rekku <rekku@retrodeck.net> Co-authored-by: XargonWan <XargonWan@gmail.com>
11 lines
223 B
GDScript
11 lines
223 B
GDScript
extends Resource
|
|
|
|
class_name Emulator
|
|
|
|
@export var name: String
|
|
@export var description: String
|
|
@export var launch: String
|
|
@export var url: String
|
|
@export var system: String
|
|
@export var properties: Array[EmulatorProperty]
|