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: 322
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
    LeoTCK @ LeoTCK: yes for nearly a month i was officially a wanted fugitive, until yesterday when it ended