mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-04 00:26:09 +00:00
Merge pull request #10690 from schthack/BBA-tapless
BBA: Added BuiltIn device that allow BBA emulation without the need o…
This commit is contained in:
commit
5a7759e359
16 changed files with 1414 additions and 46 deletions
|
@ -254,6 +254,7 @@
|
|||
<ClInclude Include="Core\HW\DVD\DVDMath.h" />
|
||||
<ClInclude Include="Core\HW\DVD\DVDThread.h" />
|
||||
<ClInclude Include="Core\HW\DVD\FileMonitor.h" />
|
||||
<ClInclude Include="Core\HW\EXI\BBA\BuiltIn.h" />
|
||||
<ClInclude Include="Core\HW\EXI\BBA\TAP_Win32.h" />
|
||||
<ClInclude Include="Core\HW\EXI\EXI_Channel.h" />
|
||||
<ClInclude Include="Core\HW\EXI\EXI_Device.h" />
|
||||
|
@ -869,6 +870,7 @@
|
|||
<ClCompile Include="Core\HW\DVD\DVDMath.cpp" />
|
||||
<ClCompile Include="Core\HW\DVD\DVDThread.cpp" />
|
||||
<ClCompile Include="Core\HW\DVD\FileMonitor.cpp" />
|
||||
<ClCompile Include="Core\HW\EXI\BBA\BuiltIn.cpp" />
|
||||
<ClCompile Include="Core\HW\EXI\BBA\TAP_Win32.cpp" />
|
||||
<ClCompile Include="Core\HW\EXI\BBA\XLINK_KAI_BBA.cpp" />
|
||||
<ClCompile Include="Core\HW\EXI\EXI_Channel.cpp" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue