mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-10 00:45:37 +00:00
android: fix linkage errors
This commit is contained in:
parent
e73a0b962d
commit
7b03b695f5
12 changed files with 13 additions and 14 deletions
|
|
@ -5421,7 +5421,7 @@ bool ppu_initialize(const ppu_module<lv2_obj>& info, bool check_only, u64 file_s
|
|||
accurate_nj_mode,
|
||||
contains_symbol_resolver,
|
||||
|
||||
bitset_last
|
||||
bitset_last = contains_symbol_resolver,
|
||||
};
|
||||
|
||||
be_t<rx::EnumBitSet<ppu_settings>> settings{};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue