Homebrew Citra - Unofficial \ Chinese builds discussion

  • Thread starter Thread starter masaki88
  • Start date Start date
  • Views Views 3,239,648
  • Replies Replies 9,660
  • Likes Likes 16
Wooow.. there is a huge change in citra-bleeding-edge.. good job dev
Code:
https://github.com/citra-emu/citra-bleeding-edge/commits/bleeding_edge
 
Esboço (1).png


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

compile erro
 
Glad it's working for everyone:D
Mini-Tutorial for compiling with MSYS2 / MinGW /GCC
My specification
Code:
Windows 10 64bit 1607 build 1493.477
i5 3570k @4.2ghz
8 GB DDR3
gtx 1060 6gb Latest Driver

1. Download MSYS2 64bit
Code:
 http://repo.msys2.org/distrib/x86_64/msys2-x86_64-20161025.exe
install to drive C
Code:
C:\msys64

2. Go to C:\msys64 then open msys2.exe
3. Type these commands:
Code:
pacman -Sy pacman
pacman -Syu
pacman -Su
close msys2.exe

4. Go to C:\msys64 then open mingw64.exe
5. Type these commands:
Code:
pacman -S mingw-w64-x86_64-qt5
pacman -S mingw-w64-x86_64-SDL2
pacman -S mingw-w64-x86_64-cmake
pacman -S git
pacman -S gcc
pacman -S mingw-w64-x86_64-gcc
pacman -S mingw-w64-x86_64-boost
pacman -S mingw-w64-x86_64-make
pacman -S make
pacman -S base-devel
close mingw64.exe

6. Assume there is no error from step 1-5,
- right-click on Windows Start Button
- click system > advanced system settings > environments variables
- on System variables window, choose "Path" > Edit
- Click New > type on new line: C:\msys64\mingw64\bin
- Click OK > Ok > ok :D

7. Go to C:\msys64 then open mingw64.exe again
5. Type these commands:
Code:
git clone --recursive https://github.com/Jhno591/citra
cd citra
mkdir build && cd build
cmake -G "MSYS Makefiles" -DCMAKE_BUILD_TYPE=Release ..
make
I hope it helps :)


Anyone good to make a video on this ?, I'm crap at making videos :D
Use your prefaired URL for citra
 
Last edited by drwhojan,
And sucsess it built under mingw, no .dll files est SDL2.dll, but using the original ones worked with it :)
success
So how about the sse/avx flags ?, I really apprenticed of how you have help me on this, and all the best to you.

Any re-build are update command ? , after source is edited .

stgk5dT.jpg
 
Last edited by drwhojan,
  • Like
Reactions: SKazuki
I also managed to built it it just doesn't run even with all the dlls dammit.

ah well will start from scratch.
 
Last edited by tet666,
Bluid is already ready to post public
drwhojan
link ?

It was just to see if I could build it, with his guild, and it worked.
Its the same build I posted.

Now to try and edit the source code for more speed est, also that black block fix needs adding

Although I could try and do the bleeding edge update.

But it is a little slow to compile under mingw64 , unlike msvs2015 .

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

I also managed to built it it just doesn't run even with all the dlls dammit.
ah well will start from scratch.

You can use the .dll files from the package, Main .exe works using the older files .
SDL2.dll all that est
 
Last edited by drwhojan,
GDMK @ baidu 20.11.2016.7zip now out.

November 20 edition
Emphasis added Bravely Default series of amendments with the option to limit the number of frames, but also like the speed limit after falling badly. no-gs-refactor faster Shaoshao.
not limit the number of frames
 
Drag & Drop the rom into citra(FASTEST_FOR_BRAVELY_DEFAULT).exe works for me

Maybe it works because i am using Retile Ruby Build version
I think I found out where is the problem: QT.

I suspect GCC builds use QT 5.8 beta, and MSVC builds use 5.7.

In fact, when you try to build Jhno591/citra version under MSVC it gives many errors... other builds like Bleeding Edge are built without errors.

I'm downloading QT 5.8 beta for MSVC, then I'll try again...
 
Esboço (2).png


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

I get this error everytime I make the cmake error
drwhojan

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

drwhojan
Could you tell me which program is missing?


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

Error cmake compilation
 

Site & Scene News

Popular threads in this forum