Core: Implement a Host Timer.

This commit is contained in:
Fernando Sahmkow 2020-02-05 19:12:27 -04:00
parent be320a9e10
commit 62e35ffc0e
5 changed files with 295 additions and 0 deletions

View file

@ -547,6 +547,8 @@ add_library(core STATIC
hle/service/vi/vi_u.h
hle/service/wlan/wlan.cpp
hle/service/wlan/wlan.h
host_timing.cpp
host_timing.h
loader/deconstructed_rom_directory.cpp
loader/deconstructed_rom_directory.h
loader/elf.cpp