From ad6146b6771319500be4b64012b4badfa696b455 Mon Sep 17 00:00:00 2001 From: n-a-c-h <> Date: Sat, 8 Oct 2005 23:46:11 +0000 Subject: [PATCH] Fixed Linux version requirements in comment. --- zsnes/src/linux/sdllink.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsnes/src/linux/sdllink.c b/zsnes/src/linux/sdllink.c index 8a062132..8b38218c 100644 --- a/zsnes/src/linux/sdllink.c +++ b/zsnes/src/linux/sdllink.c @@ -1333,7 +1333,7 @@ void ZsnesPage() /* Functions for battery power for Linux by Nach -I believe Linux 2.6 is required to get info +I believe Linux 2.4.x+ is needed for ACPI support but it'll compile fine for older versions too Special thanks David Lee Lambert for most of the code here