mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-13 02:08:49 +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
|
@ -6,6 +6,7 @@
|
|||
#include "PPUThread.h"
|
||||
#include "Emu/Cell/Common.h"
|
||||
#include "Emu/Cell/PPUFunction.h"
|
||||
#include "Emu/Cell/timers.hpp"
|
||||
|
||||
#include <bit>
|
||||
#include <cmath>
|
||||
|
@ -387,7 +388,6 @@ static add_flags_result_t<u64> add64_flags(u64 a, u64 b, bool c)
|
|||
return{ a, b, c };
|
||||
}
|
||||
|
||||
extern u64 get_timebased_time();
|
||||
extern void ppu_execute_syscall(ppu_thread& ppu, u64 code);
|
||||
|
||||
extern u32 ppu_lwarx(ppu_thread& ppu, u32 addr);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue