mirror of
https://github.com/PabloMK7/citra.git
synced 2025-09-10 04:40:05 +00:00
added hw R/W/ memory functions
This commit is contained in:
parent
f24f4ff978
commit
030c836793
5 changed files with 161 additions and 3 deletions
|
@ -138,6 +138,7 @@
|
|||
<ClCompile Include="src\arm\disassembler\arm_disasm.cpp" />
|
||||
<ClCompile Include="src\core.cpp" />
|
||||
<ClCompile Include="src\mem_map.cpp" />
|
||||
<ClCompile Include="src\mem_map_funcs.cpp" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="src\arm\armcpu.h" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue