mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-04-20 03:24:49 +00:00
hotfix: typo
This commit is contained in:
parent
67a74a9357
commit
1dca54c165
1 changed files with 1 additions and 1 deletions
|
@ -566,7 +566,7 @@ s32 PS4_SYSV_ABI internal_tanl() {
|
|||
return ORBIS_OK;
|
||||
}
|
||||
|
||||
float PS4_SYSV_ABI internal__Fsin(float arg, unsigned int m, int n) {
|
||||
float PS4_SYSV_ABI internal__FSin(float arg, unsigned int m, int n) {
|
||||
ASSERT(n == 0);
|
||||
if (m != 0) {
|
||||
return cosf(arg);
|
||||
|
|
Loading…
Add table
Reference in a new issue