mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-16 03:38:38 +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
|
@ -16,6 +16,7 @@
|
|||
#include "PPUModule.h"
|
||||
#include "PPUDisAsm.h"
|
||||
#include "SPURecompiler.h"
|
||||
#include "timers.hpp"
|
||||
#include "lv2/sys_sync.h"
|
||||
#include "lv2/sys_prx.h"
|
||||
#include "lv2/sys_overlay.h"
|
||||
|
@ -76,8 +77,6 @@
|
|||
|
||||
const bool s_use_ssse3 = utils::has_ssse3();
|
||||
|
||||
extern u64 get_guest_system_time();
|
||||
|
||||
extern atomic_t<u64> g_watchdog_hold_ctr;
|
||||
|
||||
extern atomic_t<const char*> g_progr;
|
||||
|
@ -1293,7 +1292,6 @@ void ppu_thread::stack_pop_verbose(u32 addr, u32 size) noexcept
|
|||
ppu_log.error("Invalid thread");
|
||||
}
|
||||
|
||||
extern u64 get_timebased_time();
|
||||
extern ppu_function_t ppu_get_syscall(u64 code);
|
||||
|
||||
extern __m128 sse_exp2_ps(__m128 A);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue