Move framebuffer_layout from Common to Core

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.
This commit is contained in:
Yuri Kunde Schlesner 2017-05-27 16:10:25 -07:00
parent ec8dfc8fb7
commit d1bf7919da
5 changed files with 4 additions and 4 deletions

View file

@ -8,8 +8,8 @@
#include <tuple>
#include <utility>
#include "common/common_types.h"
#include "common/framebuffer_layout.h"
#include "common/math_util.h"
#include "core/frontend/framebuffer_layout.h"
/**
* Abstraction class used to provide an interface between emulation code and the frontend