File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ func handle_emulator_info(system_raw: Dictionary) -> bool:
96
96
var emulator : Dictionary = emulators [system_emulator ]
97
97
parent .add_child (generic_info )
98
98
99
- generic_info .set_name (emulator ["fullname" ])
99
+ generic_info .set_emu_name (emulator ["fullname" ])
100
100
if not icon_cache .has (system_emulator ):
101
101
icon_cache [system_emulator ] = RetroHubGenericEmulator .load_icon (system_emulator )
102
102
generic_info .set_logo (icon_cache [system_emulator ])
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ var found := false
10
10
func _ready ():
11
11
n_accessibility_focus ._on_config_ready (RetroHubConfig .config )
12
12
13
- func set_name (_name : String ):
13
+ func set_emu_name (_name : String ):
14
14
n_name .text = _name
15
15
16
16
func set_logo (texture : Texture2D ):
You can’t perform that action at this time.
0 commit comments