Skip to content

Commit bdd159b

Browse files
committed
deko3d: DkDeviceFlags_YAxisPointsDown
1 parent 12947d7 commit bdd159b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

source/main.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ static int launch(SceKernelThreadEntry entry)
5050
dkDeviceMakerDefaults(&device_maker);
5151
device_maker.userData = NULL;
5252
device_maker.cbDebug = dk_debug_callback;
53+
device_maker.flags = DkDeviceFlags_YAxisPointsDown;
5354
dk_device = dkDeviceCreate(&device_maker);
5455

5556
/* Init modules */

0 commit comments

Comments
 (0)