mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-22 18:02:05 +00:00
DS: Fix custom DS build system
svn-id: r51555
This commit is contained in:
parent
4afbfbf355
commit
450b82355d
@ -297,14 +297,14 @@ ifdef USE_PROFILER
|
||||
endif
|
||||
|
||||
|
||||
DATA_OBJS :=
|
||||
DATA_OBJS := \
|
||||
$(portdir)/data/icons.o \
|
||||
$(portdir)/data/keyboard.o \
|
||||
$(portdir)/data/keyboard_pal.o \
|
||||
$(portdir)/data/default_font.o \
|
||||
$(portdir)/data/8x8font_tga.o
|
||||
|
||||
FAT_OBJS :=
|
||||
FAT_OBJS := \
|
||||
$(portdir)/source/fat/disc_io.o \
|
||||
$(portdir)/source/fat/gba_nds_fat.o \
|
||||
$(portdir)/source/fat/io_fcsr.o \
|
||||
|
@ -26,6 +26,9 @@
|
||||
#ifndef _PORTDEFS_H_
|
||||
#define _PORTDEFS_H_
|
||||
|
||||
// Include ndstypes.h for uint16 etc. typedefs
|
||||
#include "nds/ndstypes.h"
|
||||
|
||||
// Somebody removed these from scummsys.h, but they're still required, so I'm
|
||||
// adding them here in the hope that they'll stay.
|
||||
#include <stdio.h>
|
||||
|
Loading…
Reference in New Issue
Block a user