From fd49ca730720f5fd84ac01e7546d60c44e63b08a Mon Sep 17 00:00:00 2001 From: Burhan Rajgara Date: Tue, 7 Jan 2025 19:20:43 -0800 Subject: [PATCH] update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a9c21c8..6f72631 100644 --- a/README.md +++ b/README.md @@ -19,9 +19,9 @@ You need the following dependencies installed to build and run: They can all be installed with your local package manager (brew on macos, apt on ubuntu, etc). -To build use `make`. You can pass some options to make, `USER=1` to compile a user build with lto, and `DEBUG=1` for unoptimized build with debug symbols. You need a new compiler that supports C23 such as `clang-19`. Right now we use clang on both linux and MacOS. Currently Windows is not natively supported, but you should be able to use the emulator on Windows through WSL (Windows Subsystem for Linux). +To build use `make`. You can pass some options to make, `USER=1` to compile a user build with lto, and `DEBUG=1` for unoptimized build with debug symbols. You need a compiler which supports C23 such as `clang-19` for both linux and MacOS. For MacOS it can be installed via brew. Currently Windows is not natively supported, but you should be able to use the emulator on Windows through WSL (Windows Subsystem for Linux). -Note for M1 Mac users: we currently only have x86 JIT backends, so you will need to install the x86 version of brew. A guide can be found [here](https://gist.github.com/progrium/b286cd8c82ce0825b2eb3b0b3a0720a0). +Note for M1 Mac users: we currently only support x86 native builds, so you will need to install the x86 version of brew. A guide can be found [here](https://gist.github.com/progrium/b286cd8c82ce0825b2eb3b0b3a0720a0). ## Usage Launching the executable will give you a prompt to select the game file (currently supports .elf, .3ds/.cci, .cxi/.app files, roms must be decrypted).