mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2025-01-18 06:25:37 +00:00
CDImageDevice: Fix gcc warning
This commit is contained in:
parent
45a2e0df5c
commit
2194004662
|
@ -9,11 +9,8 @@
|
||||||
#include <cmath>
|
#include <cmath>
|
||||||
Log_SetChannel(CDImageDevice);
|
Log_SetChannel(CDImageDevice);
|
||||||
|
|
||||||
enum : u32
|
static constexpr u32 MAX_TRACK_NUMBER = 99;
|
||||||
{
|
static constexpr int ALL_SUBCODE_SIZE = 96;
|
||||||
MAX_TRACK_NUMBER = 99,
|
|
||||||
ALL_SUBCODE_SIZE = 96,
|
|
||||||
};
|
|
||||||
|
|
||||||
static u32 BEToU32(const u8* val)
|
static u32 BEToU32(const u8* val)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue