Homebrew Citra - Unofficial \ Chinese builds discussion

Kharan

Member
Newcomer
Joined
Jul 9, 2016
Messages
10
Trophies
0
XP
76
Country
Poland
I predict: "Can Yuzu play Pokemon Switch in 4k, HD, 60 fps???????"
Soon™ :rofl:
Big respect to the Devs. Can't believe we have the beginnings of an emulator so soon.
 

Miguel Gomez

Well-Known Member
Member
Joined
Jan 10, 2016
Messages
2,867
Trophies
0
Age
25
Location
Planet Earth
XP
1,530
Country
I predict: "Can Yuzu play Pokemon Switch in 4k, HD, 60 fps???????"
Soon™ :rofl:
Big respect to the Devs. Can't believe we have the beginnings of an emulator so soon.
Iirc Gameboy Advence Emulator did it before the release of that console lol.

But soon would be like 5-8 years or so.

Anyways, enough talking about Switch Emulator right now. If you want to talk about Switch Emulator, go to their thread.
 

Miguel Gomez

Well-Known Member
Member
Joined
Jan 10, 2016
Messages
2,867
Trophies
0
Age
25
Location
Planet Earth
XP
1,530
Country

Miguel Gomez

Well-Known Member
Member
Joined
Jan 10, 2016
Messages
2,867
Trophies
0
Age
25
Location
Planet Earth
XP
1,530
Country
Citra devs focus is somewhere else now, future of citra maybe uncertain.
As jroweboy said two pages ago, Citra Devs aren't gonna abandon Citra as there are other devs and contributors continue working on Citra. It's like, cutting the team in half. One side will work on Citra and can come back for checking while others with the help from ReSwitched Team will work on the Switch Emulator.

Again, DON'T BE PARANOID!
Citra will contunue growing bigger and better.
 
Last edited by Miguel Gomez,
  • Like
Reactions: xmeee978

xmeee978

Well-Known Member
Newcomer
Joined
Sep 29, 2017
Messages
48
Trophies
0
Age
29
XP
404
Country
Brazil
As jroweboy said two pages ago, Citra Devs aren't gonna abandon Citra as there are other devs and contributors continue working on Citra. It's like, cutting the team in half. One side will work on Citra and can come back for checking while others with the help from ReSwitched Team will work on the Switch Emulator.

Again, DON'T BE PARANOID!
Citra will contunue growing bigger and better.

yes! now let's focus more in citra which is importante now everyone! o/
 
Last edited by xmeee978,

PeterAn

Well-Known Member
Newcomer
Joined
Mar 22, 2017
Messages
65
Trophies
0
Age
30
XP
183
Country
i don't care emulator switch because i have real switch and i happy always testing citra build in here with anygame can hard play haha xD
 

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
can you do a mingw build of it?

Not quite but nearly there.

No idea why JFR branch compiles under MSVC and Not the Main Repo branch..

Still can use after install all what Citra has like dsl2/qt5 est
and
Code:
mkdir build && cd build
cmake -G "MSYS Makefiles" -DCMAKE_BUILD_TYPE=Release -DCMAKE_MAKE_PROGRAM=mingw32-make -DUSE_SYSTEM_CURL=1 ..
make -j4

Error log attached.

Just issues with python and unicorn
"-- Could NOT find unicorn (missing: LIBUNICORN_LIBRARY)"
 

Attachments

  • yuzu_mingw_error_log.txt
    25.3 KB · Views: 324
Last edited by 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
Ok so install "pacman -S git" with MSYS2

Then default a path to install "unicorn" like, my second hd is drive D so in msys2
cd d:

then use

Code:
cd externals
git clone git://github.com/yuzu-emu/unicorn
cd unicorn
UNICORN_ARCHS=aarch64 ./make.sh
export UNICORNDIR=$(pwd)
cd ../..

After all done, then "cd d:yuzu"

then
Code:
mkdir build && cd build
cmake -G "MSYS Makefiles" -DCMAKE_BUILD_TYPE=Release -DCMAKE_MAKE_PROGRAM=mingw32-make -DUSE_SYSTEM_CURL=1 ..
make -j4

If build folder already done, then "cd d:yuzu/build" and just "make -j4"
-----
Error I' getting now with the build is
Code:
[ 87%] Linking CXX executable yuzu-cmd.exe
../core/libcore.a(arm_unicorn.cpp.obj):arm_unicorn.cpp:(.text+0x445): undefined reference to `uc_dyn_free'
../core/libcore.a(arm_unicorn.cpp.obj):arm_unicorn.cpp:(.text.startup+0x9): undefined reference to `uc_dyn_load'
collect2.exe: error: ld returned 1 exit status
make[2]: *** [src/yuzu_cmd/CMakeFiles/yuzu-cmd.dir/build.make:185: src/yuzu_cmd/yuzu-cmd.exe] Error 1
make[1]: *** [CMakeFiles/Makefile2:858: src/yuzu_cmd/CMakeFiles/yuzu-cmd.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
Generating MOC source EWIEGA46WW/moc_about_dialog.cpp
Generating MOC source EWIEGA46WW/moc_bootmanager.cpp
Generating MOC source MTVOZBWLY6/moc_configure_debug.cpp
Generating MOC source MTVOZBWLY6/moc_configure_dialog.cpp
Generating MOC source MTVOZBWLY6/moc_configure_general.cpp
Generating MOC source MTVOZBWLY6/moc_configure_graphics.cpp
Generating MOC source MTVOZBWLY6/moc_configure_input.cpp
Generating MOC source MTVOZBWLY6/moc_configure_system.cpp
Generating MOC source TBDDORYXJM/moc_profiler.cpp
Generating MOC source TBDDORYXJM/moc_registers.cpp
Generating MOC source TBDDORYXJM/moc_wait_tree.cpp
Generating MOC source EWIEGA46WW/moc_game_list.cpp
Generating MOC source EWIEGA46WW/moc_game_list_p.cpp
Generating MOC source EWIEGA46WW/moc_hotkeys.cpp
Generating MOC source EWIEGA46WW/moc_main.cpp
Generating MOC source KH43KSYMFX/moc_spinbox.cpp
Generating MOC compilation mocs_compilation.cpp
Generating RCC source EYQ2I23UBH/qrc_icons.cpp
[ 87%] Built target yuzu_autogen
[ 87%] Linking CXX executable tests.exe
../core/libcore.a(arm_unicorn.cpp.obj):arm_unicorn.cpp:(.text+0x445): undefined reference to `uc_dyn_free'
../core/libcore.a(arm_unicorn.cpp.obj):arm_unicorn.cpp:(.text.startup+0x9): undefined reference to `uc_dyn_load'
collect2.exe: error: ld returned 1 exit status
make[2]: *** [src/tests/CMakeFiles/tests.dir/build.make:266: src/tests/tests.exe] Error 1
make[1]: *** [CMakeFiles/Makefile2:796: src/tests/CMakeFiles/tests.dir/all] Error 2
make: *** [Makefile:95: all] Error 2
 
  • Like
Reactions: AceofZeroz and JPXZ

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
Right lads it compiles in mingw if remove of

In arm_unicorn.cpp
Code:
    LoadDll() {
        ASSERT(uc_dyn_load(NULL, 0));
    }
    ~LoadDll() {
        ASSERT(uc_dyn_free());
    }

But I don't like having to remove a code in a compiled build, can't be good.

I know @jroweboy is good at this stuff :) ?

I replaced the line for the screen shot, MSYS2 is the Mingw build complete.

7767657.jpg
 
  • Like
Reactions: JPXZ

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
Managed to fix the Mingw error by - Edit: Not Fixed, but compiles anyway

In arm_unicorn.cpp
Code:
From
    LoadDll() {
       ASSERT(uc_dyn_load(NULL, 0));
   }
   ~LoadDll() {
       ASSERT(uc_dyn_free());
   }

Edit: Too

    LoadDll() {
        ASSERT(uc_dyn_load);
    }
    ~LoadDll() {
        ASSERT(uc_dyn_free);
    }

edit, compiles, but crash if load of homebrew game, so removed the build, Not the correct fix for it ^
 
Last edited by drwhojan,
  • Like
Reactions: JPXZ

NiagA

Well-Known Member
Member
Joined
Sep 23, 2016
Messages
394
Trophies
0
Location
in your mind
XP
341
Country
Brazil
Anyway's back on topic!

What on earth he doing.. all gone apart from one branch left texcache-pt2 , update 10hrs ago.
https://github.com/Phanto-m/citra/branches

Phanto-m Branch updated again....texcache-pkmfix now.

https://github.com/Phanto-m/citra/branches

--------------------- MERGED ---------------------------

bro, where to find new builds for Citra_GCC7.2_Qt5.10.0SandyBridge sandbox 20180102
No updates at this time when upgrade I put here! last build was 02\01\2018
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • K3Nv2 @ K3Nv2:
    Oh yeah it's in September
  • Xdqwerty @ Xdqwerty:
    @BakerMan, yea i think its different
  • BakerMan @ BakerMan:
    ok, because here it's in september, right before the fuckin school year starts
  • Xdqwerty @ Xdqwerty:
    good night
  • BakerMan @ BakerMan:
    as to you
  • K3Nv2 @ K3Nv2:
    How do you know if the night will be good when you're asleep
  • BakerMan @ BakerMan:
    because i didn't say i was asleep
  • BakerMan @ BakerMan:
    i said i was sleeping...
  • BakerMan @ BakerMan:
    sleeping with uremum
  • K3Nv2 @ K3Nv2:
    Even my mum slept on that uremum
  • TwoSpikedHands @ TwoSpikedHands:
    yall im torn... ive been hacking away at tales of phantasia GBA (the USA version) and have so many documents of reverse engineering i've done
  • TwoSpikedHands @ TwoSpikedHands:
    I just found out that the EU version is better in literally every way, better sound quality, better lighting, and there's even a patch someone made to make the text look nicer
  • TwoSpikedHands @ TwoSpikedHands:
    Do I restart now using what i've learned on the EU version since it's a better overall experience? or do I continue with the US version since that is what ive been using, and if someone decides to play my hack, it would most likely be that version?
  • Sicklyboy @ Sicklyboy:
    @TwoSpikedHands, I'll preface this with the fact that I know nothing about the game, but, I think it depends on what your goals are. Are you trying to make a definitive version of the game? You may want to refocus your efforts on the EU version then. Or, are you trying to make a better US version? In which case, the only way to make a better US version is to keep on plugging away at that one ;)
  • 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
    The Real Jdbye @ The Real Jdbye: why the shit does the shitbox randomly insert newlines in my messages