mirror of
https://github.com/Ed94/pikuma_ps1.git
synced 2026-08-06 15:48:49 +00:00
Finished(Controller Input): Reading Joypad State
This commit is contained in:
@@ -5,6 +5,16 @@
|
||||
#pragma region hello_joypad.tape
|
||||
|
||||
|
||||
// --- atom: pad_input_demo (24 words) ---
|
||||
|
||||
#define _atom_offset_pad_left_exit_pad_left 6
|
||||
#define _atom_offset_pad_right_exit_pad_right 6
|
||||
|
||||
enum {
|
||||
atom_offset_pad_left_exit_pad_left = _atom_offset_pad_left_exit_pad_left,
|
||||
atom_offset_pad_right_exit_pad_right = _atom_offset_pad_right_exit_pad_right,
|
||||
};
|
||||
|
||||
// --- atom: cube_g4_face (77 words) ---
|
||||
|
||||
#define _atom_offset_cull_cube_g4_face_exit 42
|
||||
|
||||
Reference in New Issue
Block a user