From 10214f1cfe8f95849a442932d37bb33217d117eb Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Mon, 25 Apr 2022 02:18:46 +0100 Subject: Organise general and game-specific fixes --- src/fixes.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/fixes.h') diff --git a/src/fixes.h b/src/fixes.h index 0e6764d..4733957 100644 --- a/src/fixes.h +++ b/src/fixes.h @@ -14,7 +14,10 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* Makes a best-effort attempt to fix up random annoyances in some games. */ +/* + * Makes a best-effort attempt to fix up random bugs and annoyances in some + * games. If anything fails, it's just ignored. + */ void fixes_apply(void); // vi: sw=4 ts=4 noet tw=80 cc=80 -- cgit v1.2.3