Homebrew Citra - Unofficial \ Chinese builds discussion

Miguel Gomez

Well-Known Member
Member
Joined
Jan 10, 2016
Messages
2,867
Trophies
0
Age
25
Location
Planet Earth
XP
1,530
Country
this cheats codes is not working in new version

[Rematch Trainers (Hold L & talk to Trainers) pokemon sun]
D3000000 00000000
0049D200 E5911004
0049D204 E5900044
DD000000 00000200
0049D200 E3A00000
0049D204 E12FFF1E
D0000000 00000000
Don't discuss here. The creator of this cheat isn't here. Go to the site where you found this cheat.
 

drwhojan

Well-Known Member
Member
Joined
Jul 14, 2009
Messages
4,196
Trophies
1
Age
45
Location
Where I Am!
XP
1,702
Country
United Kingdom
Citra-GCCKU-Citra-02-04-2017
http://www80.zippyshare.com/v/ANjbTpTJ/file.html

(Note) You will need to replace your own "User" folder

Merged latest BE and citra

Chagelog in commits
https://github.com/Jhno591/citra/commits/master

(Note) Mostly latest dynarmic what that dose ?, Updated Latest QT5/Boost/SDL2 files

Added https://github.com/citra-emu/citra/compare/master...jfmherokiller:ncch-refactor-with-cia-loader

@lantern48

you could try auto config with xbox360 pad, but its a little weird with the dpad some times.
but you can manual add these settings into the qt-config.ini copy/paste over and save
https://gbatemp.net/threads/citra-unofficial-chinese-builds-discussion.431974/page-247#post-7192542
 
Last edited by drwhojan,

carlosfg

Member
Newcomer
Joined
Apr 2, 2017
Messages
15
Trophies
0
Age
47
XP
434
Country
@drwhojan when trying to decompress your latest Citra, it says the file is password protected...

PD: Nevermind what I said, the problem was that the file wasn't downloading correctly, and peazip handles the corrupted zip and rar files as if they were password protected. Good job, peazip developers!!
 
Last edited by carlosfg,
  • Like
Reactions: drwhojan

AceofZeroz

Member
Newcomer
Joined
Mar 5, 2017
Messages
18
Trophies
0
Age
33
Location
Everywhere
XP
425
Country
Jamaica
  • Like
Reactions: NiagA

Raizane

Active Member
Newcomer
Joined
Mar 10, 2017
Messages
31
Trophies
0
Age
31
XP
78
Country
Indonesia
Guys,after try playing game Story of Seasons this is came up but when i playing story of seasons trio of towns this is didnt appear...
Im using
Amd a10
Dual graphic r6 and r5 m230 series
 

Attachments

  • rrrrr.png
    rrrrr.png
    12 KB · Views: 225

jroweboy

Well-Known Member
Member
Joined
Oct 23, 2016
Messages
124
Trophies
0
Age
34
XP
393
Country
United States
Last edited by jroweboy,

drwhojan

Well-Known Member
Member
Joined
Jul 14, 2009
Messages
4,196
Trophies
1
Age
45
Location
Where I Am!
XP
1,702
Country
United Kingdom
@drwhojan (sorry bout the empty message... it hit submit when i pushed space lol)

this commit https://github.com/Jhno591/citra/commit/cce7038550e35a67fb4871b28f3c6b93b0bc1ef0 is really bad. I wrote a better version of that code for that back in december. if you want keyboard support, pull in this branch instead. https://github.com/jroweboy/citra/tree/swkbd (it might need a little updating, but it shouldn't take much)

No matter lols, I see I try to merge it all was fine apart from apt.cpp it's took quite a big in BE build.

I try to edit to what should be right but still giving errors

Also attached the file in question if you can edit it and re-upload back to me I can test it and see if compiles.
543534.jpg
 

Attachments

  • apt.zip
    29.5 KB · Views: 128
Last edited by drwhojan,

wwylele

Well-Known Member
Member
Joined
Oct 17, 2015
Messages
151
Trophies
0
Age
28
XP
395
Country
China
No matter lols, I see I try to merge it all was fine apart from apt.cpp it's took quite a big in BE build.

I try to edit to what should be right but still giving errors

Also attached the file in question if you can edit it and re-upload back to me I can test it and see if compiles.
View attachment 83304
Please learn C++ if you really want to edit them, or you can't do it right while others are too busy to help you with such basic problem
 

drwhojan

Well-Known Member
Member
Joined
Jul 14, 2009
Messages
4,196
Trophies
1
Age
45
Location
Where I Am!
XP
1,702
Country
United Kingdom
Please learn C++ if you really want to edit them, or you can't do it right while others are too busy to help you with such basic problem

I'll just stick with been a merger, I'm not really all the best at it, now and again I may get some think from it when in top gear xd.

"such basic problem", did you spot it are some think ?
seems 98% of the cmd_buff was missing from the BE to the main citra version
https://github.com/citra-emu/citra/compare/master...jroweboy:swkbd
as from the uploaded atp.cpp in zip
 
  • Like
Reactions: el_gonz87

wwylele

Well-Known Member
Member
Joined
Oct 17, 2015
Messages
151
Trophies
0
Age
28
XP
395
Country
China
I'll just stick with been a merger, I'm not really all the best at it, now and again I may get some think from it when in top gear xd.

"such basic problem", did you spot it are some think ?
seems 98% of the cmd_buff was missing from the BE to the main citra version
https://github.com/citra-emu/citra/compare/master...jroweboy:swkbd
as from the uploaded atp.cpp in zip
Yes I totally know that cmd_buff is missing because the whole file gets refactored by https://github.com/citra-emu/citra/pull/2533 (which is not merged yet in the nightly build, tho), and yes, I admit that this part is not that basic and trivial. The part that I call "basic problem", is that you didn't even write a valid c++ statement.
 

drwhojan

Well-Known Member
Member
Joined
Jul 14, 2009
Messages
4,196
Trophies
1
Age
45
Location
Where I Am!
XP
1,702
Country
United Kingdom
Yes I totally know that cmd_buff is missing because the whole file gets refactored by https://github.com/citra-emu/citra/pull/2533 (which is not merged yet in the nightly build, tho), and yes, I admit that this part is not that basic and trivial. The part that I call "basic problem", is that you didn't even write a valid c++ statement.

Ok I see, was only after changing

if (cancelled) {
cmd_buff[1] = -1;
return;
}

Although I should have used MVS2015, to help me with this one

take some think simple from it
- cmd_buff[1] = RESULT_SUCCESS.raw;
- cmd_buff[2] = is_new_3ds ? 1 : 0;
+ rb.Push(RESULT_SUCCESS);
+ rb.Push(is_new_3ds);

So cmd_buff[1] = -1; might be
rb.Push (-1);

edit: well close but not quite, underscore rb.
 

matif

Well-Known Member
Member
Joined
Jan 19, 2010
Messages
127
Trophies
0
XP
1,046
Country
Taiwan
Ok I see, was only after changing

if (cancelled) {
cmd_buff[1] = -1;
return;
}

Although I should have used MVS2015, to help me with this one

take some think simple from it
- cmd_buff[1] = RESULT_SUCCESS.raw;
- cmd_buff[2] = is_new_3ds ? 1 : 0;
+ rb.Push(RESULT_SUCCESS);
+ rb.Push(is_new_3ds);

So cmd_buff[1] = -1; might be
rb.Push (-1);

edit: well close but not quite, underscore rb.
I think you know the line start with "-" means removed, and the other with "+" means added.
I never learned any programing language in school or book, but I can tell you that the line removed not always be related with added.
And what you need to think is what function is rb.Push.
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
    Xdqwerty @ Xdqwerty: https://youtu.be/5eLWoy0fFkc?si=1vvQ_2zAUlF1ThoD