Merge pull request #3396 from FernandoS27/prometheus-1

Implement SpinLocks, Fibers and a Host Timer
This commit is contained in:
David 2020-06-28 01:34:07 +10:00 committed by GitHub
commit 0ea4a8bcc4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
22 changed files with 1646 additions and 3 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