mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 22:19:02 +00:00
Fix weird new gcc namespace warning
This commit is contained in:
parent
ef136acb6c
commit
d5923ef808
8 changed files with 17 additions and 9 deletions
|
|
@ -6,6 +6,8 @@
|
|||
|
||||
LOG_CHANNEL(ds3_log, "DS3");
|
||||
|
||||
using namespace reports;
|
||||
|
||||
constexpr std::array<u8, 6> battery_capacity = {0, 1, 25, 50, 75, 100};
|
||||
|
||||
constexpr id_pair SONY_DS3_ID_0 = {0x054C, 0x0268};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue