Move HLE table address to FXO (#10284)

This commit is contained in:
Eladash 2021-05-17 14:22:27 +03:00 committed by GitHub
parent 2e28e2d293
commit 57cd4ff3c6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 31 additions and 21 deletions

View file

@ -1947,5 +1947,3 @@ u32 ppu_function_manager::add_function(ppu_function_t function)
return ::size32(list) - 1;
}
DECLARE(ppu_function_manager::addr);