mirror of https://github.com/mgba-emu/mgba.git
DS Core: Fix build
This commit is contained in:
parent
8de9ac36d7
commit
91c97825c6
|
@ -216,7 +216,7 @@ static void _DSCoreReloadConfigOption(struct mCore* core, const char* option, co
|
|||
}
|
||||
}
|
||||
|
||||
static void _DSCoreDesiredVideoDimensions(struct mCore* core, unsigned* width, unsigned* height) {
|
||||
static void _DSCoreDesiredVideoDimensions(const struct mCore* core, unsigned* width, unsigned* height) {
|
||||
UNUSED(core);
|
||||
*width = DS_VIDEO_HORIZONTAL_PIXELS;
|
||||
*height = DS_VIDEO_VERTICAL_PIXELS * 2;
|
||||
|
|
Loading…
Reference in New Issue