diff options
author | Michael Smith <mikesmiffy128@gmail.com> | 2022-04-25 02:18:46 +0100 |
---|---|---|
committer | Michael Smith <mikesmiffy128@gmail.com> | 2022-04-25 02:18:46 +0100 |
commit | 10214f1cfe8f95849a442932d37bb33217d117eb (patch) | |
tree | b371eb021fc109614ec7b53b9d4ce3f5b2dcf987 /src/fixes.h | |
parent | 384f441ad171ed9878a1aec8d44e3857edcb0d6f (diff) |
Organise general and game-specific fixes
Diffstat (limited to 'src/fixes.h')
-rw-r--r-- | src/fixes.h | 5 |
1 files changed, 4 insertions, 1 deletions
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 |