From 352db3fbc34df35f0b770b6482ce4f492c6f62c9 Mon Sep 17 00:00:00 2001 From: lif Date: Sun, 3 Mar 2024 02:48:17 -0800 Subject: [PATCH] Update README.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 799cac9..b9fe595 100644 --- a/README.md +++ b/README.md @@ -15,3 +15,15 @@ _build/cgbwebcam gbcamera.gb # provide your own rom, of course just point visual studio at the CMakeLists.txt, apparently that's a thing it supports now. make sure you provide the gbcamera rom as `argv[1]`. + +### for everyone again +when running, the inputs are +- arrow keys = dpad +- z = a +- x = b +- enter = start +- backspace = select + +in gbcamera, you can use backspace to open the settings for dither, flip, palette, etc.. + +(you can technically back out of the camera mode and access the rest of the gbcamera minigame stuff, but it'll be running unplayably fast since we try to run the emulated gb's much faster than realtime to keep up a decent framerate)