Move screen size constants from video_core to core
video_core didn't even properly use them, and they were the source of many otherwise-unnecessary dependencies from core to video_core.
This commit is contained in:
parent
6665557ff7
commit
eb10f25025
9 changed files with 63 additions and 51 deletions
|
@ -179,6 +179,7 @@ set(SRCS
|
|||
)
|
||||
|
||||
set(HEADERS
|
||||
3ds.h
|
||||
arm/arm_interface.h
|
||||
arm/dynarmic/arm_dynarmic.h
|
||||
arm/dynarmic/arm_dynarmic_cp15.h
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue