diff options
author | Zach Hilman <zachhilman@gmail.com> | 2019-06-26 04:25:10 +0200 |
---|---|---|
committer | Zach Hilman <zachhilman@gmail.com> | 2019-06-26 04:25:10 +0200 |
commit | d10fc2d7277cf075f875fe2831501cb79c50e21a (patch) | |
tree | a1ef0e65dfd79f8badde8dcd24014432428c51f8 /src/core/core.cpp | |
parent | core: Keep track of ARPManager and register current application on boot (diff) | |
download | yuzu-d10fc2d7277cf075f875fe2831501cb79c50e21a.tar yuzu-d10fc2d7277cf075f875fe2831501cb79c50e21a.tar.gz yuzu-d10fc2d7277cf075f875fe2831501cb79c50e21a.tar.bz2 yuzu-d10fc2d7277cf075f875fe2831501cb79c50e21a.tar.lz yuzu-d10fc2d7277cf075f875fe2831501cb79c50e21a.tar.xz yuzu-d10fc2d7277cf075f875fe2831501cb79c50e21a.tar.zst yuzu-d10fc2d7277cf075f875fe2831501cb79c50e21a.zip |
Diffstat (limited to '')
-rw-r--r-- | src/core/core.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/core.cpp b/src/core/core.cpp index 2d7e83522..df26eb109 100644 --- a/src/core/core.cpp +++ b/src/core/core.cpp @@ -61,8 +61,6 @@ FileSys::StorageId GetStorageIdForFrontendSlot( default: return FileSys::StorageId::None; } - - UNREACHABLE(); } } // Anonymous namespace |