move external stuff to ext

This commit is contained in:
Tobias Gunkel
2025-08-10 17:23:53 +02:00
parent cba5e785c2
commit c371b91c3f
6 changed files with 2 additions and 180 deletions
+2 -5
View File
@@ -19,10 +19,7 @@
#define ENABLE_SDCARD 0 // 1
#define PEANUT_GB_HIGH_LCD_ACCURACY 1
#define PEANUT_GB_USE_BIOS 0
/* Use DMA for all drawing to LCD. Benefits aren't fully realised at the moment
* due to busy loops waiting for DMA completion. */
#define USE_DMA 0
#include "peanut_gb.h"
/**
* Reducing VSYNC calculation to lower multiple.
@@ -46,7 +43,7 @@
/* Project headers */
#include "hedley.h"
#include "minigb_apu.h"
#include "peanut_gb.h"
// #include "sdcard.h"
#include "core.h"
#include "game_bin.h"