Skip to content
Snippets Groups Projects
  1. Aug 25, 2017
    • ThaMighty90's avatar
      SidebySide Layout (#2859) · 3cdf854e
      ThaMighty90 authored
      * added a SidebySide Layout
      
      * Reworked, so both screen have the same height and cleaned up screen translates.
      
      * added the option in the UI, hope this is the right way to do it. formated framebuffer_layout.cpp
      
      * delete the x64 files
      
      * deleted ui_configure_graphics.h
      
      * added Option for the Layout in the xml
      
      * got rid of SIDE_BY_SIDE_ASPECT_RATIO because it was useless. pulled translate into variables
      
      * changed shift variables to u32 and moved them in their respective branch. remove notr="true" for the Screen layout drop down
      
      * reworked intends :). changed function description for SideFrameLayout
      
      * some description reworking
      3cdf854e
  2. Aug 11, 2017
  3. May 28, 2017
  4. Mar 01, 2017
    • wwylele's avatar
      Input: remove unused stuff & clean up · e02c4b71
      wwylele authored
      1. removed zl, zr and c-stick from HID::PadState. They are handled by IR, not HID
      2. removed button handling in EmuWindow
      3. removed key_map
      4. cleanup #include
      e02c4b71
  5. Feb 27, 2017
  6. Feb 23, 2017
  7. Feb 11, 2017
  8. Jan 29, 2017
  9. Dec 29, 2016
  10. Dec 26, 2016
  11. Dec 23, 2016
  12. Nov 05, 2016
  13. Sep 21, 2016
  14. Sep 18, 2016
  15. Jul 23, 2016
  16. May 15, 2016
  17. Feb 12, 2016
  18. Jun 27, 2015
  19. May 29, 2015
  20. May 02, 2015
    • Zaneo's avatar
      EmuWindow: Clip mouse input coordinates to emulated screen dimensions. · b8328593
      Zaneo authored
      If the mouse position for a mouse move/drag would take it outside the emulated screen dimensions, clip the coordinates to
      the emulated screen dimensions.
      Qt and GLFW will report negative coordinates for mouse positions to the left, or above citra window. Added restriction
      to mouse coordinates passed to touchmoved by Qt/GLFW to be greater or equal to zero.
      b8328593
  21. Mar 11, 2015
  22. Mar 10, 2015
  23. Mar 07, 2015
  24. Jan 21, 2015
  25. Dec 21, 2014
  26. Sep 12, 2014
Loading