dolphin/Source/Core
Léo Lam 27e6363214 IOS HLE: Remove unneeded GetDeviceID() writes
It looks like at some point Dolphin device IDs coincided with IOS file
descriptors, but this is not the case anymore, so keeping those
WriteReturnCode(GetDeviceID()) in every single IOS HLE device,
as if the device ID was used as IOS fd, is both unnecessary
and confusing.
2017-01-07 23:30:59 +01:00
..
AudioCommon Display warning when dumping audio if file exists 2016-12-17 22:45:01 -05:00
Common Don't use generic byteswapping on Android 2017-01-06 13:56:53 +01:00
Core IOS HLE: Remove unneeded GetDeviceID() writes 2017-01-07 23:30:59 +01:00
DiscIO DiscScrubber: Don't take SFileInfo instances by value 2017-01-04 20:12:49 -05:00
DolphinQt2 Add TGC disc image compatibility 2016-12-18 18:57:36 +01:00
DolphinWX Merge pull request #4619 from PEmu1/configuration 2017-01-06 12:54:17 +01:00
InputCommon macOS: Add missing includes to fix no-PCH build 2017-01-02 11:45:24 +11:00
UICommon Fix missing includes 2016-10-07 23:46:41 +02:00
VideoBackends OGL: Use VideoCommon blend state for framebuffer configuration. 2017-01-06 14:01:39 +01:00
VideoCommon BlendState: Use masking as a fastpath for the logic op NO_OP. 2017-01-06 14:01:39 +01:00
CMakeLists.txt