mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-07 23:41:26 +12:00
Missing function names (HLE) and small fixes (#3038)
* Add sceNpScoreGetFriendsRanking and sceNpScoreGetFriendsRankingAsync functions * Add sceNpSnsFbGetLongAccessToken function * Add new functions for the sceNpTus module * Add new functions for the cellSailRec module * Stub cellCrossControllerInitialize * Add sceNpAuth* functions for the sceNp2 module * Remove unnecessary call to c_str() * Add missing module id "CELL_SYSMODULE_ADEC_AT3MULTI" * Add Turkish keyboard mapping constant * Add cellOskDialogExtRegisterKeyboardEventHookCallbackEx function * Update cellSubDisplay * Update cotire version to 1.7.10 * Replace cellSubdisplay by cellSubDisplay * Update cellSysutil.cpp with new functions stubbed
This commit is contained in:
parent
d7e72797a8
commit
9747ab61f9
18 changed files with 417 additions and 73 deletions
|
@ -309,7 +309,7 @@ void VertexProgramDecompiler::AddCodeCond(const std::string& dst, const std::str
|
|||
|
||||
swizzle = swizzle == "xyzw" ? "" : "." + swizzle;
|
||||
|
||||
std::string cond = compareFunction(cond_string_table[d0.cond], "cc" + std::to_string(d0.cond_reg_sel_1) + swizzle.c_str(), getFloatTypeName(4) + "(0., 0., 0., 0.)");
|
||||
std::string cond = compareFunction(cond_string_table[d0.cond], "cc" + std::to_string(d0.cond_reg_sel_1) + swizzle, getFloatTypeName(4) + "(0., 0., 0., 0.)");
|
||||
|
||||
ShaderVariable dst_var(dst);
|
||||
dst_var.symplify();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue