summaryrefslogtreecommitdiffstats
path: root/src/core/frontend/framebuffer_layout.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move screen size constants from video_core to coreYuri Kunde Schlesner2017-05-281-7/+11
| | | | | video_core didn't even properly use them, and they were the source of many otherwise-unnecessary dependencies from core to video_core.
* Move framebuffer_layout from Common to CoreYuri Kunde Schlesner2017-05-281-0/+157
This removes a dependency inversion between core and common. It's also the proper place for the file since it makes screen layout decisions specific to the 3DS.