From f36589cf1118cb40336dd395eb8bed3bbd16c63a Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sun, 1 Jun 2014 15:33:42 +0200 Subject: [PATCH] Update some comments --- audio/sinc.c | 1 - retroarch.cfg | 3 ++- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/audio/sinc.c b/audio/sinc.c index 8d52df9091..cdc8f77ff8 100644 --- a/audio/sinc.c +++ b/audio/sinc.c @@ -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" diff --git a/retroarch.cfg b/retroarch.cfg index e927c8ebc1..0fd698faca 100644 --- a/retroarch.cfg +++ b/retroarch.cfg @@ -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.