mirror of
https://github.com/libretro/RetroArch
synced 2025-02-07 03:40:24 +00:00
C89_BUILD fixes
This commit is contained in:
parent
db9f380fe1
commit
028d50ca50
@ -2251,8 +2251,9 @@ bool video_driver_texture_unload(uintptr_t *id)
|
||||
|
||||
void video_driver_build_info(video_frame_info_t *video_info)
|
||||
{
|
||||
settings_t *settings = NULL;
|
||||
video_driver_threaded_lock();
|
||||
settings_t *settings = config_get_ptr();
|
||||
settings = config_get_ptr();
|
||||
video_info->refresh_rate = settings->video.refresh_rate;
|
||||
video_info->black_frame_insertion =
|
||||
settings->video.black_frame_insertion;
|
||||
|
@ -927,7 +927,7 @@ MSG_HASH(MENU_ENUM_SUBLABEL_DIRECTORY_SETTINGS,
|
||||
MSG_HASH(MENU_ENUM_SUBLABEL_DRIVER_SETTINGS,
|
||||
"Ändere Treiber für dieses System.")
|
||||
MSG_HASH(MENU_ENUM_SUBLABEL_FRAME_THROTTLE_SETTINGS,
|
||||
"Ändere die Einstellungen für Rückspulen, Zeitraffer, und Zeitlupe.") // This does not sound like a correct sentence. Suggestions are appreciated.
|
||||
"Ändere die Einstellungen für Rückspulen, Zeitraffer, und Zeitlupe.") /* This does not sound like a correct sentence. Suggestions are appreciated. */
|
||||
MSG_HASH(MENU_ENUM_SUBLABEL_HELP_LIST,
|
||||
"Erfahre mehr derüber wie Retroarch funktioniert.")
|
||||
MSG_HASH(MENU_ENUM_SUBLABEL_HISTORY_LIST_ENABLE,
|
||||
@ -949,7 +949,7 @@ MSG_HASH(MENU_ENUM_SUBLABEL_NETWORK_SETTINGS,
|
||||
MSG_HASH(MENU_ENUM_SUBLABEL_ONLINE_UPDATER,
|
||||
"Lade Add-Ons, Komponenten und Inhalte für RetroArch herunter.")
|
||||
MSG_HASH(MENU_ENUM_SUBLABEL_ONSCREEN_DISPLAY_SETTINGS,
|
||||
"Ändere die Einstellungen des Display-Overlays, Bildschirmtastatur und Bildschirmbenachrichtigung.") // There is no Translation for display overlay.
|
||||
"Ändere die Einstellungen des Display-Overlays, Bildschirmtastatur und Bildschirmbenachrichtigung.") /* There is no Translation for display overlay. */
|
||||
MSG_HASH(MENU_ENUM_SUBLABEL_PAUSE_NONACTIVE,
|
||||
"Pause gameplay when window focus is lost.")
|
||||
MSG_HASH(MENU_ENUM_SUBLABEL_PLAYLIST_SETTINGS,
|
||||
|
Loading…
x
Reference in New Issue
Block a user