mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-12 01:38:37 +12:00
Add and fix -Wredundant-decls (GCC)
This commit is contained in:
parent
5dc3467337
commit
b3fb6d7d18
34 changed files with 105 additions and 115 deletions
|
@ -3,6 +3,7 @@
|
|||
#include "Emu/Cell/PPUModule.h"
|
||||
#include "Emu/Cell/PPUThread.h"
|
||||
#include "Emu/Cell/lv2/sys_sync.h"
|
||||
#include "Emu/Cell/timers.hpp"
|
||||
#include "Emu/Io/interception.h"
|
||||
#include "Emu/RSX/Overlays/overlay_message_dialog.h"
|
||||
|
||||
|
@ -15,8 +16,6 @@
|
|||
|
||||
LOG_CHANNEL(cellSysutil);
|
||||
|
||||
extern u64 get_guest_system_time();
|
||||
|
||||
template<>
|
||||
void fmt_class_string<CellMsgDialogError>::format(std::string& out, u64 arg)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue