mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-12-15 12:39:38 +00:00
Add license browser, improve touchscreen UI
This commit is contained in:
@@ -276,7 +276,7 @@ namespace PortabilityLayer
|
||||
extension = kPICTExtension;
|
||||
outValidationRule = ResourceValidationRules::kBMP;
|
||||
}
|
||||
else if (resTypeID == ResTypeID('STR#'))
|
||||
else if (resTypeID == ResTypeID('STR#') || resTypeID == ResTypeID('LICS'))
|
||||
extension = ".txt";
|
||||
else if (resTypeID == ResTypeID('DITL') || resTypeID == ResTypeID('muvi'))
|
||||
extension = ".json";
|
||||
|
||||
Reference in New Issue
Block a user