"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:
parent
8d546e2f07
commit
4e9362c238
|
@ -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 );
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue