mirror of
https://github.com/libretro/RetroArch
synced 2025-03-28 19:20:35 +00:00
Don't force '-' -> '_' in name stripping.
This commit is contained in:
parent
fbeadae931
commit
544bb079d7
@ -22,7 +22,7 @@ class ModuleWrapper implements IconAdapterItem {
|
||||
private String descName;
|
||||
|
||||
private String getDescName(String name) {
|
||||
name = name.replace("-", "_").replace(".so", "").replace("libretro_", ""); // Make sure we always have _ as separators.
|
||||
name = name.replace(".so", "").replace("libretro_", "");
|
||||
return name;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user