mirror of
https://github.com/yuzu-mirror/oaknut.git
synced 2026-04-06 14:53:32 +00:00
oaknut: Add Windows on Arm support (#1)
* Add instruction-cache invalidation for Windows chromium uses this function as well for their `CpuFeatures::FlushICache` implementation and similarly utilizes `sys_icache_invalidate` on OSX. * Fix MSVC compiler warning flags Avoids build errors on MSVC. Just copied the warning flags used on dynarmic. * Implement `OAKNUT_USE_BUNDLED_CATCH` For building on Windows. This was previously unimplemented as `DYNARMIC_USE_BUNDLED_CATCH`.
This commit is contained in:
parent
5de40335dc
commit
0b5745e4eb
3 changed files with 35 additions and 3 deletions
2
.github/workflows/build-and-test.yml
vendored
2
.github/workflows/build-and-test.yml
vendored
|
|
@ -29,7 +29,7 @@ jobs:
|
|||
-B ${{github.workspace}}/build
|
||||
-H.
|
||||
-GNinja
|
||||
-DDYNARMIC_USE_BUNDLED_CATCH=ON
|
||||
-DOAKNUT_USE_BUNDLED_CATCH=ON
|
||||
|
||||
- name: Build
|
||||
working-directory: ${{github.workspace}}/build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue