mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-03 08:40:59 +00:00
AMIGAOS: Remove local aspect ratio setting
This commit is contained in:
parent
7afb1708b0
commit
d6b08d4d8d
@ -101,7 +101,6 @@ void OSystem_AmigaOS::initBackend() {
|
||||
}
|
||||
// First time user defaults
|
||||
ConfMan.registerDefault("audio_buffer_size", "2048");
|
||||
ConfMan.registerDefault("aspect_ratio", true);
|
||||
ConfMan.registerDefault("fullscreen", true);
|
||||
ConfMan.registerDefault("gfx_mode", "surfacesdl");
|
||||
ConfMan.registerDefault("stretch_mode", "stretch");
|
||||
@ -114,9 +113,6 @@ void OSystem_AmigaOS::initBackend() {
|
||||
if (!ConfMan.hasKey("audio_buffer_size")) {
|
||||
ConfMan.set("audio_buffer_size", "2048");
|
||||
}
|
||||
if (!ConfMan.hasKey("aspect_ratio")) {
|
||||
ConfMan.setBool("aspect_ratio", true);
|
||||
}
|
||||
if (!ConfMan.hasKey("fullscreen")) {
|
||||
ConfMan.setBool("fullscreen", true);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user