mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-22 01:05:46 +00:00
core: Refactor MakeMagic usage and remove dead code.
This commit is contained in:
parent
9ce5a90aa6
commit
5e11c12766
11 changed files with 18 additions and 885 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue