Skip to content
Snippets Groups Projects
  1. 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
  2. Mar 11, 2015
  3. Mar 10, 2015
  4. Mar 07, 2015
  5. Feb 22, 2015
  6. Feb 11, 2015
    • archshift's avatar
      Asserts: break/crash program, fit to style guide; log.h->assert.h · ef24e72b
      archshift authored
      Involves making asserts use printf instead of the log functions (log functions are asynchronous and, as such, the log won't be printed in time)
      As such, the log type argument was removed (printf obviously can't use it, and it's made obsolete by the file and line printing)
      
      Also removed some GEKKO cruft.
      ef24e72b
  7. Jan 21, 2015
  8. Dec 21, 2014
  9. Dec 13, 2014
  10. Dec 03, 2014
  11. Nov 29, 2014
  12. Nov 18, 2014
  13. Oct 19, 2014
  14. Oct 17, 2014
  15. Oct 12, 2014
  16. Oct 07, 2014
  17. Sep 12, 2014
  18. Aug 20, 2014
  19. Aug 15, 2014
  20. Jun 12, 2014
  21. May 01, 2014
  22. Apr 09, 2014
  23. Apr 08, 2014
  24. Apr 06, 2014
  25. Sep 26, 2013
  26. Sep 13, 2013
  27. Sep 05, 2013
Loading