dolphin/Source/Core/Core
Léo Lam fd49a1b2d5 Get rid of GetUsbPointer for emulated Bluetooth
It held a raw pointer to a IOS::HLE::Device::BluetoothEmu that is not
guaranteed to exist (and of course, nothing checked that it wasn't
nullptr), but what is more, it's totally unnecessary because we have
IOS::HLE::GetDeviceByName().

Since we cannot always inform the host that Wii remotes are
disconnected from ES, that is now done in BluetoothEmu's destructor.
2017-02-08 15:07:33 +01:00
..
Boot IOS: Clarify Init, Reinit, Reset, Shutdown 2017-02-08 15:07:29 +01:00
Debugger Core: Convert State enum into an enum class 2017-02-05 08:32:23 -05:00
DSP DSPCore: Make g_cycles_left a regular member variable of DSPEmitter 2017-02-07 21:56:57 -05:00
FifoPlayer OpcodeDecoding: Convert #defines into enum constants 2017-02-08 00:05:17 -05:00
HLE Merge pull request #4817 from sepalani/debug_print_case 2017-02-06 17:40:44 +13:00
HW DVD read chunking 2017-02-08 14:18:55 +01:00
IOS Get rid of GetUsbPointer for emulated Bluetooth 2017-02-08 15:07:33 +01:00
PowerPC Merge pull request #4711 from lioncash/tables 2017-02-08 09:39:50 +01:00
ActionReplay.cpp specify custom brace style to fix unions 2017-01-05 12:55:13 +01:00
ActionReplay.h
Analytics.cpp ControllerEmu: Move into its own directory 2017-02-07 22:12:06 -05:00
Analytics.h
ARDecrypt.cpp
ARDecrypt.h
BootManager.cpp Copy Wii save for current game for Netplay and TAS 2017-02-05 13:17:05 -05:00
BootManager.h
CMakeLists.txt cmake: Move BlueZ detection to Core 2017-02-08 01:08:33 +01:00
ConfigManager.cpp Merge pull request #4408 from leoetlino/usb 2017-02-07 09:17:05 +13:00
ConfigManager.h Merge pull request #4546 from RisingFog/tas_wii_nand 2017-02-08 18:58:28 +13:00
Core.cpp Get rid of GetUsbPointer for emulated Bluetooth 2017-02-08 15:07:33 +01:00
Core.h Core: Actually make the State enum an enum class 2017-02-06 01:13:07 -05:00
Core.vcxproj IOS: Implement USB_VEN (/dev/usb/ven) 2017-02-05 11:36:49 +01:00
Core.vcxproj.filters IOS: Implement USB_VEN (/dev/usb/ven) 2017-02-05 11:36:49 +01:00
CoreTiming.cpp
CoreTiming.h
DSPEmulator.cpp DSP: Namespace remaining un-namespaced DSP code 2016-12-31 17:20:14 -05:00
DSPEmulator.h DSPEmulator: Amend variable casing 2017-01-18 12:20:13 -05:00
ec_wii.cpp ec_wii: Make default data constexpr 2017-01-28 18:46:15 -05:00
ec_wii.h ec_wii: Amend function casing 2017-01-28 18:46:14 -05:00
GeckoCode.cpp
GeckoCode.h
GeckoCodeConfig.cpp
GeckoCodeConfig.h
Host.h
HotkeyManager.cpp Merge pull request #4595 from aldelaro5/add-debugger-hotkeys 2017-01-05 14:33:10 -05:00
HotkeyManager.h ControllerEmu: Move into its own directory 2017-02-07 22:12:06 -05:00
MachineContext.h
MemoryWatcher.cpp
MemoryWatcher.h
MemTools.cpp
MemTools.h
Movie.cpp Get rid of GetUsbPointer for emulated Bluetooth 2017-02-08 15:07:33 +01:00
Movie.h Copy Wii save for current game for Netplay and TAS 2017-02-05 13:17:05 -05:00
NetPlayClient.cpp Copy Wii save for current game for Netplay and TAS 2017-02-05 13:17:05 -05:00
NetPlayClient.h
NetPlayProto.h Copy Wii save for current game for Netplay and TAS 2017-02-05 13:17:05 -05:00
NetPlayServer.cpp Copy Wii save for current game for Netplay and TAS 2017-02-05 13:17:05 -05:00
NetPlayServer.h
PatchEngine.cpp MMU/PatchEngine: Fix potential crash during stack probe 2017-01-24 08:05:11 +11:00
PatchEngine.h PatchEngine: Get rid of a global variable 2017-01-03 18:59:33 -05:00
State.cpp IOS: Clarify Init, Reinit, Reset, Shutdown 2017-02-08 15:07:29 +01:00
State.h
WiiRoot.cpp Copy Wii save for current game for Netplay and TAS 2017-02-05 13:17:05 -05:00
WiiRoot.h Remove pre-generated SYSCONF 2017-01-12 21:30:11 +01:00