mirror of
https://github.com/FunKey-Project/picodrive-irixxxx.git
synced 2026-03-27 06:12:38 +01:00
Change includes so that things build without include dir shenanigans
This commit is contained in:
@@ -8,8 +8,8 @@
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
#include <pico/pico_int.h>
|
||||
#include <pico/sound/mix.h>
|
||||
#include "../../pico/pico_int.h"
|
||||
#include "../../pico/sound/mix.h"
|
||||
#include "mp3.h"
|
||||
|
||||
static FILE *mp3_current_file;
|
||||
|
||||
Reference in New Issue
Block a user