1. 10 Dec, 2014 9 commits
  2. 09 Dec, 2014 23 commits
  3. 08 Dec, 2014 7 commits
  4. 07 Dec, 2014 1 commit
    • archshift's avatar
      Make OpenDirectory fail if the directory doesn't exist · 20d2ed09
      archshift authored
      This is in line with what the hardware itself does.
      
      It does this by splitting the initial directory opening into Directory.Open(), which will return false if a stat fails.
      Then, Archive::OpenDirectory will return nullptr, and archive.cpp will return an error code .
      20d2ed09