From ffcbd1e94d4e436584826f96656759eacf40a5ce Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Wed, 22 Nov 2017 20:08:07 -0500 Subject: [PATCH] Provided exposition of new platform support. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8596dede7..3157fe329 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # CLK -CLK is an emulator for tourists that seeks best-in-class accuracy while minimising latency. +CLK is an emulator for tourists that seeks to be invisible. Users directly launch classic software with no emulator or per-emulated-machine learning curve. + +On the Mac it is a native Cocoa application. Under Linux, BSD and other UNIXes and UNIX-alikes it relies upon SDL 2. So its aims are: * single-click load of any piece of source media for any supported platform;