mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-24 00:20:01 +00:00
Update some comments
This commit is contained in:
parent
716adbb85a
commit
f36589cf11
@ -14,7 +14,6 @@
|
||||
*/
|
||||
|
||||
// Bog-standard windowed SINC implementation.
|
||||
// Only suitable as an upsampler, as cutoff frequency isn't dynamically configurable (yet).
|
||||
|
||||
#include "resampler.h"
|
||||
#include "../libretro.h"
|
||||
|
@ -428,7 +428,8 @@
|
||||
# input_hold_fast_forward = l
|
||||
|
||||
# Key to exit RetroArch cleanly.
|
||||
# Killing it in any hard way (SIGTERM, SIGKILL, etc, will terminate RetroArch without saving RAM, etc.)
|
||||
# Killing it in any hard way (SIGKILL, etc) will terminate RetroArch without saving RAM, etc.
|
||||
# On Unix-likes, SIGINT/SIGTERM allows a clean deinitialization.
|
||||
# input_exit_emulator = escape
|
||||
|
||||
# Applies next and previous shader in directory.
|
||||
|
Loading…
Reference in New Issue
Block a user