X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Flibgame%2Fsystem.h;fp=src%2Flibgame%2Fsystem.h;h=d8ca9a29a1e7f4191b32e22d5c4b9a5e213f6ef3;hb=a1f6dc934c786646efbae4d30177665e3859d38b;hp=6706f2014241f2b935cbbb5fedb6e74ffbda1d32;hpb=1c42160163536a7c68090ddec29cfa21c30e9371;p=rocksndiamonds.git diff --git a/src/libgame/system.h b/src/libgame/system.h index 6706f201..d8ca9a29 100644 --- a/src/libgame/system.h +++ b/src/libgame/system.h @@ -1114,6 +1114,8 @@ struct AudioSystemInfo char *device_name; int device_fd; + int sample_rate; + int num_channels; int music_channel; int first_sound_channel; @@ -1541,6 +1543,7 @@ struct SetupInfo int volume_simple; int volume_loops; int volume_music; + boolean audio_sample_rate_44100; boolean network_mode; int network_player_nr;