mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-07-23 10:35:03 +00:00
hotfix: typo
This commit is contained in:
parent
67a74a9357
commit
1dca54c165
@ -566,7 +566,7 @@ s32 PS4_SYSV_ABI internal_tanl() {
|
|||||||
return ORBIS_OK;
|
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);
|
ASSERT(n == 0);
|
||||||
if (m != 0) {
|
if (m != 0) {
|
||||||
return cosf(arg);
|
return cosf(arg);
|
||||||
|
Loading…
Reference in New Issue
Block a user