mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-01-03 15:55:37 +00:00
msvc: Update aarch64 project files
Amends project files to include the recently-added pauth_helper.c file.
This commit is contained in:
parent
54c93c5198
commit
fd019b5bfd
|
@ -70,6 +70,7 @@
|
||||||
<ClCompile Include="..\..\..\qemu\target\arm\iwmmxt_helper.c" />
|
<ClCompile Include="..\..\..\qemu\target\arm\iwmmxt_helper.c" />
|
||||||
<ClCompile Include="..\..\..\qemu\target\arm\neon_helper.c" />
|
<ClCompile Include="..\..\..\qemu\target\arm\neon_helper.c" />
|
||||||
<ClCompile Include="..\..\..\qemu\target\arm\op_helper.c" />
|
<ClCompile Include="..\..\..\qemu\target\arm\op_helper.c" />
|
||||||
|
<ClCompile Include="..\..\..\qemu\target\arm\pauth_helper.c" />
|
||||||
<ClCompile Include="..\..\..\qemu\target\arm\psci.c" />
|
<ClCompile Include="..\..\..\qemu\target\arm\psci.c" />
|
||||||
<ClCompile Include="..\..\..\qemu\target\arm\translate-a64.c" />
|
<ClCompile Include="..\..\..\qemu\target\arm\translate-a64.c" />
|
||||||
<ClCompile Include="..\..\..\qemu\target\arm\translate.c" />
|
<ClCompile Include="..\..\..\qemu\target\arm\translate.c" />
|
||||||
|
|
|
@ -125,6 +125,9 @@
|
||||||
<ClCompile Include="..\..\..\qemu\target\arm\op_helper.c">
|
<ClCompile Include="..\..\..\qemu\target\arm\op_helper.c">
|
||||||
<Filter>target\arm</Filter>
|
<Filter>target\arm</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
|
<ClCompile Include="..\..\..\qemu\target\arm\pauth_helper.c">
|
||||||
|
<Filter>target\arm</Filter>
|
||||||
|
</ClCompile>
|
||||||
<ClCompile Include="..\..\..\qemu\target\arm\psci.c">
|
<ClCompile Include="..\..\..\qemu\target\arm\psci.c">
|
||||||
<Filter>target\arm</Filter>
|
<Filter>target\arm</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
|
|
|
@ -70,6 +70,7 @@
|
||||||
<ClCompile Include="..\..\..\qemu\target\arm\iwmmxt_helper.c" />
|
<ClCompile Include="..\..\..\qemu\target\arm\iwmmxt_helper.c" />
|
||||||
<ClCompile Include="..\..\..\qemu\target\arm\neon_helper.c" />
|
<ClCompile Include="..\..\..\qemu\target\arm\neon_helper.c" />
|
||||||
<ClCompile Include="..\..\..\qemu\target\arm\op_helper.c" />
|
<ClCompile Include="..\..\..\qemu\target\arm\op_helper.c" />
|
||||||
|
<ClCompile Include="..\..\..\qemu\target\arm\pauth_helper.c" />
|
||||||
<ClCompile Include="..\..\..\qemu\target\arm\psci.c" />
|
<ClCompile Include="..\..\..\qemu\target\arm\psci.c" />
|
||||||
<ClCompile Include="..\..\..\qemu\target\arm\translate-a64.c" />
|
<ClCompile Include="..\..\..\qemu\target\arm\translate-a64.c" />
|
||||||
<ClCompile Include="..\..\..\qemu\target\arm\translate.c" />
|
<ClCompile Include="..\..\..\qemu\target\arm\translate.c" />
|
||||||
|
|
|
@ -125,6 +125,9 @@
|
||||||
<ClCompile Include="..\..\..\qemu\target\arm\op_helper.c">
|
<ClCompile Include="..\..\..\qemu\target\arm\op_helper.c">
|
||||||
<Filter>target\arm</Filter>
|
<Filter>target\arm</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
|
<ClCompile Include="..\..\..\qemu\target\arm\pauth_helper.c">
|
||||||
|
<Filter>target\arm</Filter>
|
||||||
|
</ClCompile>
|
||||||
<ClCompile Include="..\..\..\qemu\target\arm\psci.c">
|
<ClCompile Include="..\..\..\qemu\target\arm\psci.c">
|
||||||
<Filter>target\arm</Filter>
|
<Filter>target\arm</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
|
|
Loading…
Reference in a new issue