oaknut/.github/workflows
Wunk 0b5745e4eb
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`.
2022-11-15 09:45:59 +00:00
..
build-and-test.yml oaknut: Add Windows on Arm support (#1) 2022-11-15 09:45:59 +00:00