Recent content by TwixterXP

  1. T

    Homebrew Homebrew game GTA: Chinatown Wars - Switch port

    You did a better work, I'm a noob who found a hole in the logic. Thanks for your work ✌️
  2. T

    Homebrew Homebrew game GTA: Chinatown Wars - Switch port

    Sorry I didn't knew you already fixed it, I just find out after few test on my copy and shared what I found 😅
  3. T

    Homebrew Homebrew game GTA: Chinatown Wars - Switch port

    I think you can apply the same logic for other Switch Port from android like Lego Star Wars
  4. T

    Homebrew Homebrew game GTA: Chinatown Wars - Switch port

    Hey, I fix the D-PAD and the Minus, in the main.c : (sorry for my english it's not my native langage) #define GPAD_BUTTON_A 0 #define GPAD_BUTTON_B 1 #define GPAD_BUTTON_X 2 #define GPAD_BUTTON_Y 3 #define GPAD_BUTTON_START 4 #define GPAD_BUTTON_SELECT 5 <- Add #define GPAD_BUTTON_L1 6...