Homebrew Citra - Unofficial \ Chinese builds discussion

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
@valentinvanelslande

cheat_core.cpp
- const auto program_id =
- Common::StringFromFormat("%016llX", Kernel::g_current_process->codeset->program_id);
too
+ const auto program_id = fmt::format("%016llX", Kernel::g_current_process->codeset->program_id);

cheat_gui.cpp
- const auto game_id =
- Common::StringFromFormat("%016llX", Kernel::g_current_process->codeset->program_id);
too
+ const auto game_id = fmt::format("%016llX", Kernel::g_current_process->codeset->program_id);

Still won't compile down too branch, any ideas ?
https://github.com/citra-emu/citra/pull/4147/files
 
Last edited by drwhojan, , Reason: Added info.

valentinvanelslande

Well-Known Member
Member
Joined
Jul 8, 2017
Messages
231
Trophies
0
XP
547
Country
Mexico
@valentinvanelslande

cheat_core.cpp
- const auto program_id =
- Common::StringFromFormat("%016llX", Kernel::g_current_process->codeset->program_id);
too
+ const auto program_id = fmt::format("%016llX", Kernel::g_current_process->codeset->program_id);

cheat_gui.cpp
- const auto game_id =
- Common::StringFromFormat("%016llX", Kernel::g_current_process->codeset->program_id);
too
+ const auto game_id = fmt::format("%016llX", Kernel::g_current_process->codeset->program_id);

Still won't compile down too branch, any ideas ?
https://github.com/citra-emu/citra/pull/4147/files
use {:016X}
 
  • Like
Reactions: drwhojan

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
use {:016X}

Maybe I'm doing it wrong, but sadly not :(

dTmXdWJ.jpg
 

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
git and cmake need to be in your PATH.

Issue is only in libzmq-external when doing a local compile, I checked from stuff in cmake, nothink worked.
It had no think to do with what was added, even a fresh download of canary as is.
Looks like what was added to the build fault.

EDIT Ok lets see how it goes
https://ci.appveyor.com/project/Jhno591/citra/build/1.0.201

edit ^ that's fine.

Only local MSVC2017 compiling
"LINK : fatal error LNK1181: cannot open input file '..\..\externals\libzmq-external-prefix\src\libzmq-external-build\lib\Release\libzmq-v141-mt-s-4_2_5.lib'"

edit: Canary #796 compiles file local.

So libzmq / cppzmq is the issue for local compiles - source
https://github.com/citra-emu/citra/pull/4016
 
Last edited by drwhojan, , Reason: Added info.

Miguel Gomez

Well-Known Member
Member
Joined
Jan 10, 2016
Messages
2,867
Trophies
0
Age
25
Location
Planet Earth
XP
1,530
Country
Odd. While playing MGS3: Snake Eater 3D and save after the first mission, Citra crashed. This is from the latest Canary Build btw.
Game may be 20FPS ingame(that's normal for that game though), but I have no slowdowns while playing which is a huge difference from 2 years ago and now.
 

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
Odd. While playing MGS3: Snake Eater 3D and save after the first mission, Citra crashed. This is from the latest Canary Build btw.
Game may be 20FPS ingame(that's normal for that game though), but I have no slowdowns while playing which is a huge difference from 2 years ago and now.

They has been some merges damaging canary lately, maybe you can report it there.
https://github.com/citra-emu/citra/issues

It's seems a lot of the Citra crew don't come here like they use too also.
 
Last edited by drwhojan, , Reason: Added info.

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
Last edited by drwhojan, , Reason: Added info.

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
i'm the only developer of my fork. (@drwhojan did some commits and stopped contributing)
does anyone want to be a developer? discord server: https://discord.gg/YtUcETb, TODO List: https://github.com/valentinvanelslande/citra/wiki/TODO-List.

Sorry I could no longer contribute - not that i did not what too, as they block me some posting to the main citra repo, As I was making a mistake of pushing files without knowing how to push only the files that where needed, Citra team did not like me anyway :(

If you like you can use the DSP_DSP I did and some checks by
Narcoleptic and see if it can be merged to Canary are Citra, That would be grate! and thanks if you can.
 

valentinvanelslande

Well-Known Member
Member
Joined
Jul 8, 2017
Messages
231
Trophies
0
XP
547
Country
Mexico
Sorry I could no longer contribute - not that i did not what too, as they block me some posting to the main citra repo, As I was making a mistake of pushing files without knowing how to push only the files that where needed, Citra team did not like me anyway :(

If you like you can use the DSP_DSP I did and some checks by
Narcoleptic and see if it can be merged to Canary are Citra, That would be grate! and thanks if you can.
@drwhojan I was talking about my fork, you're not blocked
 
  • Like
Reactions: drwhojan

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
Seems SickC in the last day has been getting pulls from all over to make another build again, some are from drwho and valen, some seem to be from other places: https://github.com/sickc/citra/commits/sandbox

nagisc007's pseudo system core looks interesting some of it based little on my thread id2 Official Minecraft boot help maybe unknown other games loader , and others that help DKCR loading from thread.cpp line 131 and unknown others mixed in, will merge and re-compile later to test what it may do.

Maybe knockoff but maybe very useful too xd, one has to look at it that way!.
 
Last edited by drwhojan, , Reason: Added info.

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • No one is chatting at the moment.
  • Sicklyboy @ Sicklyboy:
    I'm not familiar with the technicalities of the differences between the two versions, but I'm wondering if at least some of those differences are things that you could port over to the US version in your patch without having to include copyrighted assets from the EU version
  • TwoSpikedHands @ TwoSpikedHands:
    @Sicklyboy I am wanting to fully change the game and bend it to my will lol. I would like to eventually have the ability to add more characters, enemies, even have a completely different story if i wanted. I already have the ability to change the tilemaps in the US version, so I can basically make my own map and warp to it in game - so I'm pretty far into it!
  • TwoSpikedHands @ TwoSpikedHands:
    I really would like to make a hack that I would enjoy playing, and maybe other people would too. swapping to the EU version would also mean my US friends could not legally play it
  • TwoSpikedHands @ TwoSpikedHands:
    I am definitely considering porting over some of the EU features without using the actual ROM itself, tbh that would probably be the best way to go about it... but i'm sad that the voice acting is so.... not good on the US version. May not be a way around that though
  • TwoSpikedHands @ TwoSpikedHands:
    I appreciate the insight!
  • The Real Jdbye @ The Real Jdbye:
    @TwoSpikedHands just switch, all the knowledge you learned still applies and most of the code and assets should be the same anyway
  • The Real Jdbye @ The Real Jdbye:
    and realistically they wouldn't

    be able to play it legally anyway since they need a ROM and they probably don't have the means to dump it themselves
  • The Real Jdbye @ The Real Jdbye:
    why the shit does the shitbox randomly insert newlines in my messages
  • Veho @ Veho:
    It does that when I edit a post.
  • Veho @ Veho:
    It inserts a newline in a random spot.
  • The Real Jdbye @ The Real Jdbye:
    never had that i don't think
  • Karma177 @ Karma177:
    do y'all think having an sd card that has a write speed of 700kb/s is a bad idea?
    trying to restore emunand rn but it's taking ages... (also when I finished the first time hekate decided to delete all my fucking files :wacko:)
  • The Real Jdbye @ The Real Jdbye:
    @Karma177 that sd card is 100% faulty so yes, its a bad idea
  • The Real Jdbye @ The Real Jdbye:
    even the slowest non-sdhc sd cards are a few MB/s
  • Karma177 @ Karma177:
    @The Real Jdbye it hasn't given me any error trying to write things on it so I don't really think it's faulty (pasted 40/50gb+ folders and no write errors)
  • DinohScene @ DinohScene:
    run h2testw on it
    +1
  • DinohScene @ DinohScene:
    when SD cards/microSD write speeds drop below a meg a sec, they're usually on the verge of dying
    +1
  • Psionic Roshambo @ Psionic Roshambo:
    Samsung SD format can sometimes fix them too
  • Purple_Heart @ Purple_Heart:
    yes looks like an faulty sd
  • Purple_Heart @ Purple_Heart:
    @Psionic Roshambo i may try that with my dead sd cards
    +1
  • Psionic Roshambo @ Psionic Roshambo:
    It's always worth a shot
  • TwoSpikedHands @ TwoSpikedHands:
    @The Real Jdbye, I considered that, but i'll have to wait until i can get the eu version in the mail lol
  • I @ I-need-help-with-wup-wiiu:
    i need help with nusspli failed downloads, can someone respond to my thread? pretty please:wub: