mirror of
https://github.com/holub/mame
synced 2025-04-22 16:31:49 +03:00
psx.cpp: Fix clang error: private field 'm_cd_param_p' is not used [-Werror,-Wunused-private-field] (&etc.)
This commit is contained in:
parent
a026c6f167
commit
563b656605
@ -51,15 +51,6 @@ public:
|
||||
|
||||
private:
|
||||
std::vector<uint8_t> m_exe_buffer;
|
||||
int m_cd_param_p;
|
||||
int m_cd_result_p;
|
||||
int m_cd_result_c;
|
||||
int m_cd_result_ready;
|
||||
int m_cd_reset;
|
||||
uint8_t m_cd_stat;
|
||||
uint8_t m_cd_io_status;
|
||||
uint8_t m_cd_param[8];
|
||||
uint8_t m_cd_result[8];
|
||||
inline void ATTR_PRINTF(3,4) verboselog( int n_level, const char *s_fmt, ... );
|
||||
void psxexe_conv32(uint32_t *uint32);
|
||||
int load_psxexe(std::vector<uint8_t> buffer);
|
||||
|
Loading…
Reference in New Issue
Block a user