dolphin-emulator/Source/Core/Core
Léo Lam 91f8283a1d Remove Wii Remote connection status from status bar
Showing the Wii remote connection status leads to inconsistent UX,
because we don't do anything like that for GameCube controllers
or with Bluetooth passthrough.

It's also questionable how useful it is given that:

* it doesn't print the number of connected remotes, just that one
  remote is connected, connecting or not connected, so the only info
  it provides is actually wrong when using multiple remotes;

* this user-facing feature is actually broken in master and no one has
  complained AFAIK, which means people don't really rely on it;

* the status bar isn't visible most of the time unless the user is
  using render to main or deliberately keeping the main window's
  status bar visible by moving the render window and they're not too
  far away from their screen;

* emulated Wii remotes now reconnect on input, which means that there
  is less of a need to actually know at all times whether a remote
  is connected, since pressing any button will reconnect it and provide
  immediate, visible feedback via OSD messages and the Wii remote
  pointer appearing.
2017-07-15 13:01:56 +08:00
..
Boot FileUtil: Add a class for Exists/IsDirectory/GetSize 2017-06-29 19:07:29 +02:00
Config Merge pull request #5594 from MerryMage/phack 2017-06-16 18:36:39 +02:00
ConfigLoaders Unify GetGameIniFilenames 2017-07-11 13:10:11 +02:00
Debugger Core: Remove unnecessary includes 2017-06-15 18:52:22 -04:00
DSP DSPDisassembler: fail when buffer too large 2017-06-30 01:47:02 -07:00
FifoPlayer FifoRecorder: Don't allocate ~100.7MB on program startup 2017-06-19 02:47:26 -04:00
HLE Core: Remove unnecessary includes 2017-06-15 18:52:22 -04:00
HW Merge pull request #5720 from JosJuice/file-metadata 2017-07-11 00:28:34 +02:00
IOS Remove Wii Remote connection status from status bar 2017-07-15 13:01:56 +08:00
PowerPC Fix some GCC ODR warnings 2017-06-29 12:21:32 -07:00
ActionReplay.cpp LogManager: clean up header 2017-07-07 16:44:38 -07:00
ActionReplay.h
Analytics.cpp
Analytics.h
ARDecrypt.cpp do not assign in conditional statements 2017-06-07 20:09:44 -07:00
ARDecrypt.h
BootManager.cpp Boot: Clean up the boot code 2017-06-06 16:27:52 +02:00
BootManager.h Boot: Clean up the boot code 2017-06-06 16:27:52 +02:00
CMakeLists.txt Move WiiUtils to Core 2017-06-28 11:22:10 +02:00
CommonTitles.h IOS/ES: Refuse to launch the shop with default credentials 2017-06-26 20:30:13 +02:00
ConfigManager.cpp Unify GetGameIniFilenames 2017-07-11 13:10:11 +02:00
ConfigManager.h Unify GetGameIniFilenames 2017-07-11 13:10:11 +02:00
Core.cpp Core: fix log category for startup message 2017-07-09 18:48:35 +01:00
Core.h Boot: Clean up the boot code 2017-06-06 16:27:52 +02:00
Core.vcxproj Move WiiUtils to Core 2017-06-28 11:22:10 +02:00
Core.vcxproj.filters Move WiiUtils to Core 2017-06-28 11:22:10 +02:00
CoreTiming.cpp Core: Remove unnecessary includes 2017-06-15 18:52:22 -04:00
CoreTiming.h JitArm64: Implement timer SPRs 2017-04-25 09:20:09 +01:00
DSPEmulator.cpp Core: Remove unnecessary includes 2017-06-15 18:52:22 -04:00
DSPEmulator.h
ec_wii.cpp IOS/ES: Refuse to launch the shop with default credentials 2017-06-26 20:30:13 +02:00
ec_wii.h IOS/ES: Refuse to launch the shop with default credentials 2017-06-26 20:30:13 +02:00
GeckoCode.cpp Core: Remove unnecessary includes 2017-06-15 18:52:22 -04:00
GeckoCode.h
GeckoCodeConfig.cpp Common: Add HttpRequest to simplify HTTP requests 2017-06-13 12:52:31 +02:00
GeckoCodeConfig.h
Host.h Remove Wii Remote connection status from status bar 2017-07-15 13:01:56 +08:00
HotkeyManager.cpp Core: Remove unnecessary includes 2017-06-15 18:52:22 -04:00
HotkeyManager.h
MachineContext.h
MemoryWatcher.cpp
MemoryWatcher.h
MemTools.cpp
MemTools.h
Movie.cpp Movie: Get rid of the manual buffer management 2017-07-14 16:15:05 +08:00
Movie.h Boot: Clean up the boot code 2017-06-06 16:27:52 +02:00
NetPlayClient.cpp Core: include what you use 2017-06-07 01:20:48 -04:00
NetPlayClient.h
NetPlayProto.h
NetPlayServer.cpp Core: Remove unnecessary includes 2017-06-15 18:52:22 -04:00
NetPlayServer.h
PatchEngine.cpp Core: Remove unnecessary includes 2017-06-15 18:52:22 -04:00
PatchEngine.h
State.cpp IOS/ES: Merge the title import and export contexts 2017-07-14 13:23:21 +08:00
State.h
TitleDatabase.cpp Make the built-in wiitdb files optional 2017-07-10 10:16:06 +02:00
TitleDatabase.h TitleDatabase: Fix header includes 2017-05-22 02:02:04 +02:00
WiiRoot.cpp Core: Remove useless ShutdownWiiRoot calls 2017-06-10 20:00:43 +02:00
WiiRoot.h
WiiUtils.cpp WiiUtils: Add an online updater 2017-06-28 11:22:10 +02:00
WiiUtils.h WiiUtils: Add an online updater 2017-06-28 11:22:10 +02:00