Refactor project structure and remove unnecessary files

- Deleted generated CMake files and build artifacts from the cmake-build-debug directory.
- Removed the Intellisense header - what was that???
- Cleaned up the melonDS.ini configuration (removed hard path)
This commit is contained in:
2026-03-29 00:44:16 +01:00
parent d9b7544a04
commit 561b99b710
48 changed files with 395 additions and 3546 deletions

View File

@@ -33,10 +33,10 @@ ICON := icon.bmp
# specify a directory which contains the nitro filesystem
# this is relative to the Makefile
NITRO :=
NITRO :=
#---------------------------------------------------------------------------------
# options for code generation
# options for code generation
#---------------------------------------------------------------------------------
ARCH := -marm -mthumb-interwork -march=armv5te -mtune=arm946e-s
@@ -203,7 +203,7 @@ endif
#---------------------------------------------------------------------------------------
run: build $(OUTPUT).nds
desmume $(OUTPUT).nds
melonDS $(OUTPUT).nds
install: build $(OUTPUT).nds
cp $(OUTPUT).nds /run/media/phillipk/9016-4EF8/devel/
cp $(OUTPUT).nds /run/media/phillip/9016-4EF8/devel/