Skip to content
Snippets Groups Projects
  1. Apr 08, 2019
  2. Apr 05, 2019
  3. Apr 04, 2019
  4. Apr 03, 2019
  5. Apr 01, 2019
  6. Mar 29, 2019
    • fearlessTobi's avatar
      core/yuzu: Remove enable_nfc setting · ff7e6a42
      fearlessTobi authored
      This was initially added to prevent problems from stubbed/not implemented NFC services, but as we never encountered such and as it's only used in a deprecated function anyway, I guess we can just remove it to prevent more clutter of the settings.
      ff7e6a42
  7. Mar 21, 2019
  8. Mar 20, 2019
  9. Mar 16, 2019
    • bunnei's avatar
      video_core: Refactor to use MemoryManager interface for all memory access. · 574e89d9
      bunnei authored
      # Conflicts:
      #	src/video_core/engines/kepler_memory.cpp
      #	src/video_core/engines/maxwell_3d.cpp
      #	src/video_core/morton.cpp
      #	src/video_core/morton.h
      #	src/video_core/renderer_opengl/gl_global_cache.cpp
      #	src/video_core/renderer_opengl/gl_global_cache.h
      #	src/video_core/renderer_opengl/gl_rasterizer_cache.cpp
      574e89d9
  10. Mar 15, 2019
  11. Mar 07, 2019
  12. Mar 06, 2019
  13. Mar 04, 2019
  14. Mar 02, 2019
    • James Rowe's avatar
      Input: Remove global variables from SDL Input · 09ac6638
      James Rowe authored
      Changes the interface as well to remove any unique methods that
      frontends needed to call such as StartJoystickEventHandler by
      conditionally starting the polling thread only if the frontend hasn't
      started it already. Additionally, moves all global state into a single
      SDLState class in order to guarantee that the destructors are called in
      the proper order
      09ac6638
    • fearlessTobi's avatar
      citra_qt/main: make SPEED_LIMIT_STEP static constexpr · 71c30a0a
      fearlessTobi authored
      MSVC does not seem to like using constexpr values in a lambda that were declared outside of it.
      Previously on MSVC build the hotkeys to inc-/decrease the speed limit were not working correctly because in the lambda the SPEED_LIMIT_STEP had garbage values.
      After googling around a bit I found: https://github.com/codeplaysoftware/computecpp-sdk/issues/95 which seems to be a similar issue.
      Trying the suggested fix to make the variable static constexpr also fixes the bug here.
      71c30a0a
  15. Feb 27, 2019
  16. Feb 08, 2019
  17. Feb 07, 2019
  18. Feb 06, 2019
  19. Feb 05, 2019
Loading