summaryrefslogtreecommitdiffstats
path: root/src/core/loader/smdh.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-10-15core: Refactor MakeMagic usage and remove dead code.bunnei1-51/+0
2016-09-21Use negative priorities to avoid special-casing the self-includeYuri Kunde Schlesner1-1/+1
2016-09-21Remove empty newlines in #include blocks.Emmanuel Gil Peyrot1-4/+1
This makes clang-format useful on those. Also add a bunch of forgotten transitive includes, which otherwise prevented compilation.
2016-05-21Loader: Split SMDH into its own header and import helpers from QGameListEmmanuel Gil Peyrot1-0/+54
Also rewrite Qt wrappers to use those.