1. 17 Nov, 2020 5 commits
  2. 15 Nov, 2020 3 commits
  3. 13 Nov, 2020 1 commit
  4. 10 Nov, 2020 3 commits
    • bunnei's avatar
      Merge pull request #4901 from bunnei/caps-stub · c22d0d99
      bunnei authored
      hle: service: caps_u: Stub GetAlbumFileList3AaeAruid.
      c22d0d99
    • lat9nq's avatar
      bootmanager: Address review comments · c433c0a7
      lat9nq authored
      Changes QMessageBox usages to warnings, as the problems they bring to
      light are being safely handled by the application and do not warrant
      something of the "critical" level.
      
      Changes LOG_CRITICAL to LOG_ERROR for the same reason. Preferring ERROR
      to WARNING as yuzu is denying loading of any guest applications after
      checking for these conditions.
      
      Moved logging the GL_RENDERER string into GetUnsupportedGLExtensions()
      to make more clear that unsupported extensions were already being
      logged. Makes placement of the logs easier to understand later, as well.
      c433c0a7
    • lat9nq's avatar
      bootmanager: Log and show GL_RENDERER string when GPU is insufficient · 945cfe23
      lat9nq authored
      Changes the first message to not include the OpenGL version, as the
      error is caused by OpenGL failing to load.
      
      Adds a new check for OpenGL version 4.3. This will display a message
      with a similar error as well as the GL_RENDERER string. Adds a CRITICAL
      log message when triggered. This prevents a crash with yuzu trying to
      use older OpenGL versions.
      
      Modifies the unsupported extension message to output the GL_RENDERER
      string in the message, as well as logging the string.
      945cfe23
  5. 09 Nov, 2020 1 commit
  6. 08 Nov, 2020 10 commits
  7. 07 Nov, 2020 7 commits
  8. 06 Nov, 2020 4 commits
  9. 05 Nov, 2020 2 commits
  10. 04 Nov, 2020 4 commits