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:
parent
4e359318c4
commit
6e0e2b949c
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue