xcen
Member
- Joined
- Jul 24, 2006
- Messages
- 469
- Age
- 44
- Location
- Montréal, Québec, Canada
- Website
- xc3n.h4x0rr3c0rdz.net
Kevcal: kudos my friend! Nice to hear the squashing sound of bugs being...err...squashed! haha
Yeah! It worked. I tested 22050.Parkydr said:Stephan,
LiquidWar overrides the standard config file using set_config_file().
Try adding the parameters to the end of lwdata/.liquidwarrc
kevcal said:O2EM_GP2X- the .cfg file has a different name... it's o2em_def.cfg CODE
fn = "o2em_def.cfg";
f = fopen(fn,"r");
if (!f) {
fn = "O2EM_DEF.CFG";
f = fopen(fn,"r");
}
That file is actually a optional config file for the emulator itself rather than the allegro config file.
I've just scoured the source and can't find any call to set_config_file so I can only think that allegro.cfg file is the correct name but that it doesn't fix the problem. Maybe the value that it is setting is hard-coded elsewhere? Hopefully your new lib will sort everything out although given that the allegro.cfg file doesn't help I'm not so sure a new lib will either :-(
sbock said:Yeah! It worked. I tested 22050.Parkydr said:Stephan,
LiquidWar overrides the standard config file using set_config_file().
Try adding the parameters to the end of lwdata/.liquidwarrc
Regards,
Stephan
That's good to know, thanks.
kevcal said:Can't see why 44100 would cause slowdowns as it was previously 45454 so I'd expect a slight improvement - oh well I can see why 22050 would help speed stuff up though.
Will try that later this evening...sbock said:I've got success with O2EM. I tried kevcal's suggestion to add the setting file to /etc.
Now kevcal's test, BunkerMaster and O2EM work without doing anything else.
LiquidWar needs furthermore forceful the edit of the config file.
I can't test the O2EM emulator fully because I haven't the bios file and any roms. But the bios missing screen now pops up.
QUOTE
As you are the only one with both an F100 & an F200 -
if you leave Liquidwar on the F100 _without_ the .cfg fix and set the F200 .cfg to _44100_ that the F200 runs slower???
The person testing o2em_gp2x for me on his F200 has also confirmed that it works with using the new library (cheers for that).kevcal said:Cheers stephan for that - I'll keep the library to 44100 default then; people can override it themselves if they like.
Hadn't expected it to affect performance at all but good to be sure.
Yeah your install file was fine and shouldn't mess anything up on anyone's machine..