dolphin/Source/Core
Léo Lam 32d51f1699 IOS/SO: Re-implement GetInterfaceOpt(0x4003)
Use the newly added GetSystemDefaultInterfaceOrFallback() to return
actual information for the default interface, not just dummy
interface details.

This also fixes GetInterfaceOpt(0x4003) and gethostid() returning
inconsistent information. Prior to this change, GetInterfaceOpt(0x4003)
would return 10.0.1.30 and gethostid would give a totally unrelated IP.
2018-04-27 23:35:40 +02:00
..
AudioCommon Reformat all the things! 2018-04-12 21:28:39 +02:00
Common ConfigManager: Enable Auto-Updater by default 2018-04-26 15:12:15 +02:00
Core IOS/SO: Re-implement GetInterfaceOpt(0x4003) 2018-04-27 23:35:40 +02:00
DiscIO CMakeLists: Link in zlib privately where applicable 2018-04-13 08:29:46 -04:00
DolphinNoGUI UICommon: Avoid including Xrandr.h 2018-04-14 17:14:38 +02:00
DolphinQt2 Merge pull request #6697 from spycrab/qt_sort 2018-04-27 19:30:48 +01:00
DolphinWX DolphinWx: Prevent a crash on Copy hex 2018-04-27 09:53:11 +04:00
InputCommon Merge pull request #6564 from JosJuice/translate-certain-button-names 2018-04-14 23:20:39 +02:00
UICommon UICommon: Avoid including Xrandr.h 2018-04-14 17:14:38 +02:00
Updater Merge pull request #6696 from spycrab/updater_cpy 2018-04-26 11:10:52 +02:00
VideoBackends Common: Move BitSet helper functions into the Common namespace 2018-04-23 00:13:55 -04:00
VideoCommon Remove leftovers of projection hack support 2018-04-13 12:52:42 +02:00
CMakeLists.txt