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