Fix sampling rate

Doesn't affect anything, since it was reset to 48kHz immediately after
anyway.

Signed-off-by: Mahyar Koshkouei <mahyar.koshkouei@gmail.com>
This commit is contained in:
Mahyar Koshkouei 2018-02-12 22:46:44 +00:00
parent 4e359318c4
commit 6e0e2b949c
1 changed files with 1 additions and 1 deletions

View File

@ -200,7 +200,7 @@ void retro_get_system_info(struct retro_system_info *info)
void retro_get_system_av_info(struct retro_system_av_info *info)
{
float sampling_rate = 44100.0f;
float sampling_rate = 48000.0f;
struct retro_variable var = { .key = "test_aspect" };
environ_cb(RETRO_ENVIRONMENT_GET_VARIABLE, &var);