Skip to content

Commit

Permalink
Drastic / NDS fix pen on L2
Browse files Browse the repository at this point in the history
- TSP L2 and R2 are analog triggers in reality so it can be configured in push (JS0 Axis -) or release mode (JS0 Axis +), it was necessary to invert it. (otherwise some games like Chrono Trigger have the pen always touching)
- Disable frameskip by default as it is not necessary and has impact on fluidity
  • Loading branch information
cizia64 committed Jul 4, 2024
1 parent db43943 commit 9ed9c58
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Emus/NDS/drastic/config/drastic.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
frameskip_type = 2
frameskip_value = 2
frameskip_type = 0
frameskip_value = 1
safe_frameskip = 0
show_frame_counter = 0
screen_orientation = 0
Expand Down Expand Up @@ -88,7 +88,7 @@ controls_b[CONTROL_INDEX_TOUCH_CURSOR_UP] = 1217
controls_b[CONTROL_INDEX_TOUCH_CURSOR_DOWN] = 1153
controls_b[CONTROL_INDEX_TOUCH_CURSOR_LEFT] = 1216
controls_b[CONTROL_INDEX_TOUCH_CURSOR_RIGHT] = 1152
controls_b[CONTROL_INDEX_TOUCH_CURSOR_PRESS] = 1221
controls_b[CONTROL_INDEX_TOUCH_CURSOR_PRESS] = 1157
controls_b[CONTROL_INDEX_MENU] = 1032
controls_b[CONTROL_INDEX_SAVE_STATE] = 65535
controls_b[CONTROL_INDEX_LOAD_STATE] = 65535
Expand Down

0 comments on commit 9ed9c58

Please sign in to comment.