mirror of
https://github.com/stenzek/duckstation.git
synced 2025-06-13 06:47:30 +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…
x
Reference in New Issue
Block a user