Homebrew Citra - Unofficial \ Chinese builds discussion

  • Thread starter Thread starter masaki88
  • Start date Start date
  • Views Views 3,232,991
  • Replies Replies 9,660
  • Likes Likes 16
@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

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

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

dTmXdWJ.jpg
 
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.
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.
 
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.
Last edited by drwhojan, , Reason: Added info.
@ Citra are others here What do you have to Check in Cmake for a local pc compile ?

This branch is giving this error local building only, not sure it just msvc not try mingw.

https://github.com/citra-emu/citra/pull/4016

45435345.jpg


It should be reported is no one else has tested.
 
Last edited by drwhojan, , Reason: Added info.
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.
 
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
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