Skip to content

Commit

Permalink
error fix + __flists globalvar
Browse files Browse the repository at this point in the history
  • Loading branch information
elpoeprod committed Nov 4, 2024
1 parent f2c773a commit bf79c36
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion elpAudio/scripts/SettingsLoad.gml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@ if !registry_exists_ext('elpAudio','work_dir') then
registry_write_string_ext('elpAudio','work_dir',program_directory)*/

globalvar __fformats; //file formats
__fformats='*.aiff;*.asf;*.at3;*.at9;*.cda;*.asx;*.dls;*.flac;*.fsb;*.it;*.mid;*.rmi;*.mod;*.mp2;*.mp3;*.ogg;*.opus;*.s3m;*.vag;*.wav;*.wax;*.wma;*.xm;*.xma';
__fformats='*.aiff;*.asf;*.at3;*.at9;*.cda;*.asx;*.dls;*.flac;*.fsb;*.it;*.mid;*.rmi;*.mod;*.mp2;*.mp3;*.ogg;*.opus;*.s3m;*.vag;*.wav;*.wax;*.wma;*.xm;*.xma';

globalvar __flists; // supported playlist formats
__flists='*.epl;*.elf;*.m3u;*.m3u8;*.ram;*.axf;*.wax;*.wvx;*.wpl;*.w3c;*.b4s;*.p2p;*.kpl;*.itl;*.rdf;*.pls;'

globalvar __monitors , //monitor count
__monitorpos; //monitor position
Expand Down Expand Up @@ -44,6 +47,7 @@ global.preloadedsong=-1
global.is_stereo=0
global.list_size=0
global.pos=0
global._focused=0

global.dirr=''
global.FMODbuf = string_repeat(chr(0), 256)
Expand Down

0 comments on commit bf79c36

Please sign in to comment.