all repos — mgba @ 52724071cfa7cafef33927e06a86f7d7af8dbe79

mGBA Game Boy Advance Emulator

Qt: Set default audio buffer size to 2048 to ensure smoothness on as many platforms as possible
Jeffrey Pfau jeffrey@endrift.com
Wed, 10 Dec 2014 17:21:32 -0800
commit

52724071cfa7cafef33927e06a86f7d7af8dbe79

parent

882cd0dcf6a2d51e785a53e94883c3cd8bb30e0c

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M src/platform/qt/ConfigController.cppsrc/platform/qt/ConfigController.cpp

@@ -86,7 +86,7 @@

m_opts.audioSync = GameController::AUDIO_SYNC; m_opts.videoSync = GameController::VIDEO_SYNC; m_opts.fpsTarget = 60; - m_opts.audioBuffers = 768; + m_opts.audioBuffers = 2048; GBAConfigLoadDefaults(&m_config, &m_opts); GBAConfigLoad(&m_config); GBAConfigMap(&m_config, &m_opts);