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