 JosJuiceandGitHub
|
5988d20917
|
Merge pull request #8698 from howard0su/warning_capture
Cleanup warnings of -Wunused-lambda-capture
|
2020-03-26 10:37:33 +01:00 |
|
 Connor McLaughlinandGitHub
|
651595c521
|
Merge pull request #8701 from howard0su/static_wiimote
Wiimote: Cleanup warnings of -Wmissing-variable-declarations
|
2020-03-24 23:14:46 +10:00 |
|
Jun Su
|
da223a2271
|
Cleanup warnings of -Wunused-lambda-capture
Remove unused lambda captures.
|
2020-03-24 20:14:10 +08:00 |
|
Jun Su
|
9dec1e9998
|
use s_ prefix for local variables
|
2020-03-24 20:13:20 +08:00 |
|
 Léo LamandGitHub
|
5b10f4b71e
|
Merge pull request #8673 from JosJuice/preserve-setting-txt
Boot: Do a better job of preserving certain parts of settings.txt
|
2020-03-24 10:16:17 +01:00 |
|
 Léo LamandGitHub
|
b3ad3c3b07
|
Merge pull request #8683 from AlexApps99/cmdl
Parse arguments before Qt
|
2020-03-24 10:02:24 +01:00 |
|
 Connor McLaughlinandGitHub
|
323bffed01
|
Merge pull request #8700 from howard0su/add_override
NoGUI: missing override in PlatformX11
|
2020-03-24 18:34:48 +10:00 |
|
 JosJuiceandGitHub
|
76b97a4183
|
Merge pull request #8680 from Leseratte10/master
SettingsHandler: Always decode the whole settings.txt file
|
2020-03-24 00:21:29 +01:00 |
|
 JosJuiceandGitHub
|
aee9c7390d
|
Merge pull request #8699 from howard0su/cleanup_move
Cleanup warnings of -Wpessimizing-move
|
2020-03-23 19:58:13 +01:00 |
|
 JosJuiceandGitHub
|
a6d1fe59a3
|
Merge pull request #8693 from howard0su/warning_xinpu
InputCommon: cleanup warnings of -Wclass-memaccess
|
2020-03-23 19:18:08 +01:00 |
|
 JosJuiceandGitHub
|
6fab09951b
|
Merge pull request #8692 from howard0su/warning_unused
Cleanup warnings of -Wunused-[const]-variable
|
2020-03-23 19:10:52 +01:00 |
|
 JosJuiceandGitHub
|
623a50786d
|
Merge pull request #8702 from sl1pkn07/Qt5.15
Fix build with Qt 5.15+
|
2020-03-23 18:35:09 +01:00 |
|
sL1pKn07
|
4f7ea79ae4
|
Fix build with Qt 5.15+
|
2020-03-23 17:58:39 +01:00 |
|
Jun Su
|
0bd6016ad0
|
Wiimote: Cleanup warnings of -Wmissing-variable-declarations
While I am here, make g_wiimote_scanner as static as well.
|
2020-03-23 16:43:21 +08:00 |
|
Jun Su
|
fb7fbb4a7b
|
NoGUI: missing override keyword GetWindowSystemInfo
|
2020-03-23 16:35:45 +08:00 |
|
Jun Su
|
964a2e1e70
|
Cleanup warnings of -Wpessimizing-move
moving a temporary object prevents copy elision. Remove std::move.
|
2020-03-23 16:31:15 +08:00 |
|
Jun Su
|
500820b352
|
Cleanup warnings of -Wunused-const-variable
|
2020-03-23 16:28:25 +08:00 |
|
Jun Su
|
997cfa49fc
|
InputCommon: cleanup warnings of -Wclass-memaccess
Initialize m_state with the default constructor.
|
2020-03-23 14:26:36 +08:00 |
|
Jun Su
|
7c7a41ecd8
|
Cleanup warnings of -Wunused-variable
remove unused variables.
|
2020-03-23 14:24:27 +08:00 |
|
Jun Su
|
d44c51b30c
|
DiscIO: cleanup warnings of -Wmaybe-uninitialized
replace {} with std::nullopt.
|
2020-03-23 14:14:00 +08:00 |
|
AlexApps99
|
d6fb0b44d7
|
Parse arguments before Qt
|
2020-03-22 17:49:32 +13:00 |
|
Admiral H. Curtiss
|
303b18ddaf
|
Qt/CodeWidget: Typo in settings key.
|
2020-03-20 20:51:26 +01:00 |
|
Florian Bach
|
cba4acc54b
|
SettingsHandler: Always decode the whole settings.txt file
|
2020-03-20 16:08:25 +01:00 |
|
 Mat MandGitHub
|
9ac28054df
|
Merge pull request #8678 from JosJuice/setting-txt-code-default
Boot: Change pre-defined setting.txt CODE values
|
2020-03-20 02:06:07 -04:00 |
|
Silent
|
4a438db2c9
|
Qt/GameListModel: Use native separators in File Path column
|
2020-03-19 18:03:35 +01:00 |
|