mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-10 23:08:07 -05:00
core: Refactor MakeMagic usage and remove dead code.
This commit is contained in:
@ -75,10 +75,6 @@ enum class ResultStatus {
|
||||
ErrorEncrypted,
|
||||
};
|
||||
|
||||
constexpr u32 MakeMagic(char a, char b, char c, char d) {
|
||||
return a | b << 8 | c << 16 | d << 24;
|
||||
}
|
||||
|
||||
/// Interface for loading an application
|
||||
class AppLoader : NonCopyable {
|
||||
public:
|
||||
|
Reference in New Issue
Block a user