3.5-1581 πριν από 10 χρόνια, 9 μήνες Remove the cmake check for wxWidgets 2.8.9 that somehow got readded to the code before the correct check for wxWidgets 2.9.3/2.9.4. Also clean up the indentation in the CMakeLists.txt file.
3.5-1580 πριν από 10 χρόνια, 9 μήνες Fix a couple of compiler warnings that have cropped up.
3.5-1579 πριν από 10 χρόνια, 9 μήνες On linux check for a new enough system version of miniupnpc. Fall back to building the version in the externals if it is not available.
3.5-1578 πριν από 10 χρόνια, 9 μήνες Disable UPnP on Android. (Sorry :()
3.5-1577 πριν από 10 χρόνια, 9 μήνες Add UPnP support.
3.5-1576 πριν από 10 χρόνια, 9 μήνες Make confirm on stop default enabled.
3.5-1575 πριν από 10 χρόνια, 9 μήνες Fix ICC profiles in some of our PNGs (ic_drawer, Dolphin icon).
3.5-1574 πριν από 10 χρόνια, 9 μήνες Disable LPF filtering in new-ax-hle
3.5-1573 πριν από 10 χρόνια, 9 μήνες Implement AX command 0x11 (SET_OPPOSITE_LR)
3.5-1572 πριν από 10 χρόνια, 9 μήνες LogWindow: Fix a bad initializer
3.5-1571 πριν από 10 χρόνια, 9 μήνες Squash warnings from wx
3.5-1570 πριν από 10 χρόνια, 9 μήνες Remove a warning from ARM includes already defining PAGE_SIZE and a warning in the FPR cache.
3.5-1569 πριν από 10 χρόνια, 9 μήνες Fix most ARM warnings
3.5-1568 πριν από 10 χρόνια, 9 μήνες [Android] Copy over DSP roms and font assets on build and first runs.
3.5-1567 πριν από 10 χρόνια, 9 μήνες [Android] Instead of wiping shared preferences, set the default values so the settings are actually selected when going in to the settings menu.
3.5-1566 πριν από 10 χρόνια, 9 μήνες [Android] Fix Android 4.0 gamepad input.
3.5-1565 πριν από 10 χρόνια, 9 μήνες Disable encryption when checking Wiimote extension for scan. This is for when we are checking if it is a Balance Board.
3.5-1564 πριν από 10 χρόνια, 9 μήνες Add ability to dump Balance Board data to local udp port. This probably won't work on Mac...
3.5-1563 πριν από 10 χρόνια, 9 μήνες Fix vendor retrieval for Tegra in VideoOGL.
3.5-1562 πριν από 10 χρόνια, 9 μήνες Fix a case where a boolean check (vector.empty()) was used when a clear (vector.clear()) was intended in ExpressionParser.cpp.