mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-07 23:45:12 +00:00
fix some warnings
This commit is contained in:
parent
b1c48e66c9
commit
59c58aa3cf
72 changed files with 263 additions and 203 deletions
|
|
@ -33,7 +33,7 @@ LOG_CHANNEL(media_log, "Media");
|
|||
namespace utils
|
||||
{
|
||||
template <typename T>
|
||||
static inline void write_byteswapped(const u8* src, u8* dst)
|
||||
static inline void write_byteswapped(const void* src, void* dst)
|
||||
{
|
||||
*reinterpret_cast<T*>(dst) = *reinterpret_cast<const be_t<T>*>(src);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue