From 03cbab2f85cfd62aada063ec0371a9c02db9bf5b Mon Sep 17 00:00:00 2001 From: Lior Halphon Date: Thu, 15 Oct 2020 19:21:37 +0300 Subject: [PATCH] Windows is no longer officially supported in the standalone builds --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5ed0268..9721be9 100644 --- a/README.md +++ b/README.md @@ -53,4 +53,4 @@ To compile, simply run `make`. The targets are `cocoa` (Default for macOS), `sdl By default, the SDL port will look for resource files with a path relative to executable. If you are packaging SameBoy, you may wish to override this by setting the `DATA_DIR` variable during compilation to the target path of the directory containing all files (apart from the executable, that's not necessary) from the `build/bin/SDL` directory in the source tree. Make sure the variable ends with a `/` character. -SameBoy was compiled and tested on macOS, Ubuntu and 64-bit Windows 7. +SameBoy is compiled and tested on macOS and Ubuntu.