mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-10 22:47:58 -05:00
Frontends, HID: Add New 3DS specific pad buttons, and stub the touch one.
This commit is contained in:
@ -16,6 +16,8 @@ struct Values {
|
||||
int pad_y_key;
|
||||
int pad_l_key;
|
||||
int pad_r_key;
|
||||
int pad_zl_key;
|
||||
int pad_zr_key;
|
||||
int pad_start_key;
|
||||
int pad_select_key;
|
||||
int pad_home_key;
|
||||
@ -27,6 +29,10 @@ struct Values {
|
||||
int pad_sdown_key;
|
||||
int pad_sleft_key;
|
||||
int pad_sright_key;
|
||||
int pad_cup_key;
|
||||
int pad_cdown_key;
|
||||
int pad_cleft_key;
|
||||
int pad_cright_key;
|
||||
|
||||
// Core
|
||||
int gpu_refresh_rate;
|
||||
|
Reference in New Issue
Block a user