Files
citra/src/yuzu
Lioncash 53a0221484 yuzu/main: Apply the [[maybe_unused]] attribute to the parameter of SetDiscordEnabled()
Depending on whether or not USE_DISCORD_PRESENCE is defined, the "state"
parameter can be used or unused. If USE_DISCORD_PRESENCE is not defined,
the parameter will be considered unused, which can lead to compiler
warnings. So, we can explicitly mark it with [[maybe_unused]] to inform
the compiler that this is intentional.
2018-10-13 10:10:29 -04:00
..
2018-09-07 11:54:51 +05:30
2018-10-09 20:26:57 +02:00
2018-10-02 15:30:49 +02:00
2018-10-02 15:30:48 +02:00
2018-10-02 15:30:48 +02:00
2018-10-02 15:30:48 +02:00
2018-10-02 15:30:48 +02:00
2018-01-12 19:11:03 -07:00
2018-01-13 23:11:51 +00:00
2018-10-07 13:16:04 -04:00