From 61e1a3e5563eb0287fa32ba4ec86d8dc1537bc30 Mon Sep 17 00:00:00 2001 From: Andress Barajas Date: Tue, 19 Nov 2024 19:50:16 -0800 Subject: [PATCH] Removed ENHANCEMENTS.md Removed ENHANCEMENTS.md and replaced it with a wiki page instead. Updated link in README.md --- ENHANCEMENTS.md | 16 ---------------- README.md | 2 +- 2 files changed, 1 insertion(+), 17 deletions(-) delete mode 100644 ENHANCEMENTS.md diff --git a/ENHANCEMENTS.md b/ENHANCEMENTS.md deleted file mode 100644 index 08a0039f1..000000000 --- a/ENHANCEMENTS.md +++ /dev/null @@ -1,16 +0,0 @@ -# Bug/Warning Fixes # - - • Fixed X32 strided textures. - • Fixed Doxygen warnings. - • Fixed GCC 8.5.0 (ARM [AICA]) compiler errors. - -# New Features # - - • Added PVR DMA (separate from TA DMA). - • Added Raylib examples and Raytris. - • Added mkdcdisc to utils. - • Repo now hosts its own Documentation and Wiki. - -# Workflow Improvements # - - • Added CI to generate and check PRs for documentation errors/warnings. \ No newline at end of file diff --git a/README.md b/README.md index 1cb5f0396..520823f44 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ This fork of KallistiOS [KOS](https://github.com/KallistiOS/KallistiOS) is here to stay in sync with the official version while also adding our own mix of fixes, new features, libraries, and examples. Our goal is to include things that might not fit into the main project due to different creative approaches, giving developers a bit more flexibility and room to experiment in the Dreamcast dev scene. -A comprehensive list of enhancements and differences are available [HERE](https://github.com/KallistiOSUnchained/KallistiOS/blob/master/ENHANCEMENTS.md). +A comprehensive list of enhancements and differences are available [HERE](https://github.com/KallistiOSUnchained/KallistiOS/wiki/KOS-Unchained:-Improvements-Over-KOS-Proper). # Overview