Emmanuel Gil Peyrot
|
ebdae19fd2
Remove empty newlines in #include blocks.
|
před 9 roky |
Yuri Kunde Schlesner
|
396a8d91a4
Manually tweak source formatting and then re-run clang-format
|
před 9 roky |
Emmanuel Gil Peyrot
|
dc8479928c
Sources: Run clang-format on everything.
|
před 9 roky |
Emmanuel Gil Peyrot
|
9a35d1fb4a
Loader: Add a GetFileType method to get the type of a loaded file
|
před 10 roky |
Yuri Kunde Schlesner
|
2d7299a86f
Loader: Remove unnecessary pointer indirection to IOFile
|
před 11 roky |
Yuri Kunde Schlesner
|
6d60acf0f1
Kernel: Introduce skeleton Process class to hold process data
|
před 11 roky |
Emmanuel Gil Peyrot
|
82ec17db7d
Loader: Guess filetype from the magic, or fallback to the extension.
|
před 11 roky |
Emmanuel Gil Peyrot
|
b5237e885d
Loader: Keep a reference to the file and pass it to the correct AppLoader, instead of loading it multiple times.
|
před 11 roky |
Emmanuel Gil Peyrot
|
85030c6e6b
Loader: Never forget to change is_loaded.
|
před 11 roky |
purpasmart96
|
ebfd831ccb
License change
|
před 11 roky |
bunnei
|
1099d83455
Marked AppLoader_ELF, AppLoader_NCCH, and Archive_RomFS virtual functions as "override".
|
před 12 roky |
bunnei
|
2d734bb6c5
Marked AppLoader_ELF, AppLoader_NCCH, and Archive_RomFS classes as "final"
|
před 12 roky |
bunnei
|
62b444cd17
Loader: Refactored use of const.
|
před 12 roky |
bunnei
|
7889cafc76
Loader: Implemented AppLoader interface for abstracting application loading.
|
před 12 roky |
bunnei
|
c144ed5058
Elf: Removed unused macros, changed #include of "common.h" to just "common_types.h".
|
před 12 roky |
bunnei
|
13bdaa6c60
Loader: Cleaned up and removed unused code, refactored ELF namespace.
|
před 12 roky |
bunnei
|
1da361c7ab
Elf: Renamed modules to be consistent with new loader naming, fixed tabs -> spaces.
|
před 12 roky |