mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-07-04 09:40:27 -05:00
This commit changes devices to always return IPCCommandResult rather than just a return code for Open() and Close() in order to be able to better emulate reply timing. In hindsight, I should have considered we would want to emulate timing when I cleaned up the device interface, but alas. This rectifies that mistake. |
||
|---|---|---|
| .. | ||
| ES.cpp | ||
| ES.h | ||
| Formats.cpp | ||
| Formats.h | ||
| Identity.cpp | ||
| NandUtils.cpp | ||
| TitleContents.cpp | ||
| TitleInformation.cpp | ||
| TitleManagement.cpp | ||
| Views.cpp | ||