1. 07 Nov, 2018 1 commit
    • David Marcec's avatar
      Ability to switch between docked and undocked mode in-game · 41e99d88
      David Marcec authored
      Started implementation of the AM message queue mainly used in state getters. Added the ability to switch docked mode whilst in game without stopping emulation. Also removed some things which shouldn't be labelled as stubs as they're implemented correctly
      41e99d88
  2. 06 Nov, 2018 2 commits
  3. 05 Nov, 2018 4 commits
  4. 04 Nov, 2018 5 commits
  5. 03 Nov, 2018 2 commits
  6. 02 Nov, 2018 2 commits
  7. 01 Nov, 2018 13 commits
  8. 31 Oct, 2018 2 commits
    • Lioncash's avatar
      configure_system: Contrain profile usernames to 32 characters · a6830e61
      Lioncash authored
      Previously, we would let a user enter an unbounded name and then
      silently truncate away characters that went over the 32-character limit.
      This is kind of bad from the UX point of view, because we're essentially
      not doing what the user intended in certain scenarios.
      
      Instead, we clamp it to 32 characters and make that visually apparent in
      the dialog box to provide a name for a user.
      a6830e61
    • Rodolfo Bogado's avatar
      Improve OpenGL state handling · aca218ae
      Rodolfo Bogado authored
      aca218ae
  9. 30 Oct, 2018 9 commits