mirror of
https://github.com/aelurum/AssetStudio.git
synced 2025-12-15 03:32:59 -05:00
- replaced FMOD Ex with FMOD Studio API
- audio preview code optimization - added breakpoints for any FMOD errrs; status messages are now generated instead of crashing the app - fixed a loop in the FMOD code that caused system overflow - added platform string to app titlebar
This commit is contained in:
@ -103,9 +103,9 @@ namespace Unity_Studio
|
||||
{
|
||||
case 1:
|
||||
extension = ".fsb";
|
||||
preloadData.InfoText += "FSB";
|
||||
preloadData.InfoText += "FSB with substreams";
|
||||
break;
|
||||
case 2://FSB5
|
||||
case 2:
|
||||
extension = ".fsb";
|
||||
preloadData.InfoText += "FSB";
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user