From df274672d62a999ffeba01e888c523aa85d4bc99 Mon Sep 17 00:00:00 2001 From: Buu342 Date: Sat, 15 Aug 2020 02:52:26 +0100 Subject: [PATCH] Update README.md --- Examples/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Examples/README.md b/Examples/README.md index 8c4d2f4..4b17044 100644 --- a/Examples/README.md +++ b/Examples/README.md @@ -1,7 +1,7 @@ # Examples This folder contains example ROMs utilizing the USB and debug library in conjunction with UNFLoader. Usage instructions are provided below, but assume you already know how to upload a ROM using the tool and how to enable debug mode. If you need instructions on how to do that, execute UNFLoader with the `-help` argument to read up on how to do it for your specific flashcart. -To build the ROMs, use the provided `makeme.bat` (requires libultra). Linux compatible shell scripts are unavailable for the time being, but will hopefully be included in the near future... +To build the ROMs, use the provided `makeme.bat` (requires libultra). Linux compatible shell scripts are unavailable for the time being, but will hopefully be included in the near future. The examples should be compatible with CrashOveride's Linux SDK port, however... ### 1. Hello World A barebones ROM that prints `Hello World!` to the debug console upon booting and doesn't do anything else. Shows you how to print using either `debug_printf`, or `usb_write`. Also provides a playground you enable/disable the use of `osPiRaw` functions, as well as see how `DEBUG_MODE` affects the final ROM. @@ -9,4 +9,4 @@ A barebones ROM that prints `Hello World!` to the debug console upon booting and **Usage** 1) Upload the ROM. 2) `Hello World!` should print to your debug console screen. -3) Play around with the values of `USE_PRITNF` in `main.c`, `DEBUG_MODE` in `debug.h`, or `USE_OSRAW` in `usb.h`. Remember to clean the .o's as make doesn't detect changes to header files! \ No newline at end of file +3) Play around with the values of `USE_PRITNF` in `main.c`, `DEBUG_MODE` in `debug.h`, or `USE_OSRAW` in `usb.h`. Remember to clean the .o's as make doesn't detect changes to header files!