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:
parent
ec8dfc8fb7
commit
d1bf7919da
5 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue