DS Core: Fix build

This commit is contained in:
Vicki Pfau 2024-06-20 23:21:59 -07:00
parent 8de9ac36d7
commit 91c97825c6
1 changed files with 1 additions and 1 deletions

View File

@ -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;