mirror of
https://git.suyu.dev/suyu/suyu
synced 2026-05-27 09:49:14 +00:00
loader: Clean up ctors and includes.
This commit is contained in:
@@ -16,8 +16,7 @@ namespace Loader {
|
||||
/// Loads an ELF/AXF file
|
||||
class AppLoader_ELF final : public AppLoader {
|
||||
public:
|
||||
AppLoader_ELF(FileUtil::IOFile&& file, std::string filename)
|
||||
: AppLoader(std::move(file)), filename(std::move(filename)) {}
|
||||
AppLoader_ELF(FileUtil::IOFile&& file, std::string filename);
|
||||
|
||||
/**
|
||||
* Returns the type of the file
|
||||
|
||||
Reference in New Issue
Block a user