"Generic Software" is now default

git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@175 a31d4220-a93d-0410-bf67-fe4944624d44
This commit is contained in:
spacy51 2007-12-06 20:27:05 +00:00
parent 8d546e2f07
commit 4e9362c238
1 changed files with 1 additions and 1 deletions

View File

@ -1658,7 +1658,7 @@ void VBA::loadSettings()
Sm60FPS::bSaveMoreCPU = regQueryDwordValue("saveMoreCPU", 0);
#ifndef NO_OAL
buffer = regQueryStringValue( "oalDevice", "" );
buffer = regQueryStringValue( "oalDevice", "Generic Software" );
if( oalDevice ) {
free( oalDevice );
}