1. 26 Jun, 2023 3 commits
  2. 23 Jun, 2023 11 commits
  3. 22 Jun, 2023 11 commits
  4. 21 Jun, 2023 11 commits
  5. 20 Jun, 2023 4 commits
    • lat9nq's avatar
      time_zone_manager: Add null terminator · ae1a8a7d
      lat9nq authored
      We aren't null-terminating this string after the copy, and we need to.
      ae1a8a7d
    • lat9nq's avatar
      time_zone_manager: Stop on comma · fd5d7947
      lat9nq authored
      This is a deviation from the reference time zone implementation. The
      actual code will set a pointer to the time zone name here, but for us we
      have a limited number of characters to work with, and the name of the
      time zone here could be larger than 8 characters.
      
      We can make the assumption that time zone names greater than five
      characters in length include a comma that denotes more data. Nintendo
      just truncates that data for the name, so we can do the same.
      
      time_zone_manager: Check for length of array
      
      Just to be double sure that we never break past the array length,
      directly compare against it.
      fd5d7947
    • bunnei's avatar
      Merge pull request #10853 from lat9nq/update_tzdb_to_nx · a67bdeb2
      bunnei authored
      externals: Update tzdb_to_nx
      a67bdeb2
    • liamwhite's avatar
      Merge pull request #10818 from vonchenplus/render_target_samples · f1e12e3b
      liamwhite authored
      video_core: add samples check when find render target
      f1e12e3b