mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-12-14 20:19:38 +00:00
Convert DITLs to JSON
This commit is contained in:
@@ -310,6 +310,8 @@ namespace PortabilityLayer
|
||||
}
|
||||
else if (resTypeID == ResTypeID('STR#'))
|
||||
extension = ".txt";
|
||||
else if (resTypeID == ResTypeID('DITL'))
|
||||
extension = ".json";
|
||||
|
||||
char resourceFile[64];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user