Compare commits

...

2 commits

Author SHA1 Message Date
lizzie
66a161dbea license 2026-03-12 21:57:29 +00:00
lizzie
a99440f724 fx 2026-03-12 21:57:18 +00:00
2 changed files with 4 additions and 2 deletions

View file

@ -184,8 +184,7 @@ if(ARCHITECTURE_x86_64)
x64/native_clock.h
x64/rdtsc.cpp
x64/rdtsc.h
x64/xbyak_abi.h
x64/xbyak_util.h)
x64/xbyak.h)
target_link_libraries(common PRIVATE xbyak::xbyak)
endif()

View file

@ -1,3 +1,6 @@
// SPDX-FileCopyrightText: Copyright 2026 Eden Emulator Project
// SPDX-License-Identifier: GPL-3.0-or-later
// SPDX-FileCopyrightText: 2016 Citra Emulator Project
// SPDX-License-Identifier: GPL-2.0-or-later