diff options
| author | 2017-10-15 00:11:38 -0400 | |
|---|---|---|
| committer | 2017-10-15 00:11:38 -0400 | |
| commit | 746c2a3ae769c6172700e4f9e10ba01fa0df4ccb (patch) | |
| tree | fc17369ecf7eae3ba8567f3098223a40ab860ff4 /src/core/loader/loader.h | |
| parent | hle: Add service stubs for apm and appletOE. (diff) | |
| download | yuzu-746c2a3ae769c6172700e4f9e10ba01fa0df4ccb.tar.gz yuzu-746c2a3ae769c6172700e4f9e10ba01fa0df4ccb.tar.xz yuzu-746c2a3ae769c6172700e4f9e10ba01fa0df4ccb.zip | |
core: Refactor MakeMagic usage and remove dead code.
Diffstat (limited to 'src/core/loader/loader.h')
| -rw-r--r-- | src/core/loader/loader.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/core/loader/loader.h b/src/core/loader/loader.h index ac4e7acc2..dd6bb4e64 100644 --- a/src/core/loader/loader.h +++ b/src/core/loader/loader.h | |||
| @@ -75,10 +75,6 @@ enum class ResultStatus { | |||
| 75 | ErrorEncrypted, | 75 | ErrorEncrypted, |
| 76 | }; | 76 | }; |
| 77 | 77 | ||
| 78 | constexpr u32 MakeMagic(char a, char b, char c, char d) { | ||
| 79 | return a | b << 8 | c << 16 | d << 24; | ||
| 80 | } | ||
| 81 | |||
| 82 | /// Interface for loading an application | 78 | /// Interface for loading an application |
| 83 | class AppLoader : NonCopyable { | 79 | class AppLoader : NonCopyable { |
| 84 | public: | 80 | public: |