summaryrefslogtreecommitdiff
path: root/src/core/loader/elf_reader.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2014-06-16Elf: Renamed modules to be consistent with new loader naming, fixed tabs -> s...Gravatar bunnei1-190/+0
2014-06-16Loader: Moved elf and loader modules to a "loader" subdirectory.Gravatar bunnei1-1/+1
2014-04-12Implement simple LoadSymbols for ELF filesGravatar Mathieu Vaillancourt1-63/+13
2014-04-08fixed project includes to use new directory structureGravatar bunnei1-3/+4
2014-04-08got rid of 'src' folders in each sub-projectGravatar bunnei1-0/+0
2014-03-31commented out bswap stuff... ARM ELF files are little endian anywayGravatar bunnei1-9/+10
2014-03-25added Dolphin's ELF reader to the projectGravatar bunnei1-0/+238