|
[AdHoc] Compatibility List [STOPPED]
|
|
08-04-2014, 01:30 PM
(This post was last modified: 08-04-2014 01:50 PM by AdamN.)
|
|||
|
|||
RE: [AdHoc] Compatibility List
(08-04-2014 12:52 PM)sum2012 Wrote: @adamN You can just change it to empty vector: Code: std::vector<db_crosslink> crosslinks;The crosslinks might be useful though, it's to allow players playing similar games with different regions to play together (i think) Additionally you can create a function (ie. __AdhocServerInit) to push_back each entry (at proAdhocServer.cpp) and called that function inside __NetAdhocInit (at sceNetAdhoc.cpp) Code: void __AdhocServerInit() { gonna be lots of copy pasteEdit: you can pull request that commit to mine, i'll merge it didn't know it was make file issue XD@ GuenosNoLife : i don't think i can continue it again, at the moment i'm having difficulties learning C#, ASP.NET, MVC5, EF Code First and other web programming things ^_^ (my mind just goes blank seeing the project they gave me since i never touch C# before) PPSSPP Multiplayer Guide: https://github.com/hrydgard/ppsspp/wiki/How-to-play-multiplayer-games-with-PPSSPP |
|||
|
« Next Oldest | Next Newest »
|

Search
Member List
Calendar
Help


gonna be lots of copy paste
didn't know it was make file issue XD
