Homebrew Citra - Unofficial \ Chinese builds discussion

cadaguti

Member
Newcomer
Joined
Jun 23, 2012
Messages
17
Trophies
0
XP
112
Country
Shouldn't have to do that. That means that you are probably not in the mingw64 shell since it should be set up with /mingw64/bin in the path already (that or your mingw64 shell is borked.)



-DMINGW_STATIC_BUILD=1 is fine as well, it just has to be non zero. I'll update the wiki then since its a little misleading



Do you still have the non static qt5 installed? If so, i'm guessing cmake is finding the non static QT5 instead of the static one, so it can't link. Check the CMakeCache to see what the Qt5_DIR variable is, If its not the directory to qt5-static then you need to explicitly set the Qt5_DIR to the location of qt5-static instead. ( -DQt5_DIR=/path/to/qt5-static )
Thanks!

In fact it was using the non-static QT libraries...

And about the path problem, I was in the Mingw64 shell, but I supose this is a problem caused by installing msys2 in a different folder than C:\. I installed it on my 2nd HDD D:\ (these shells are very anoying with path matters...).
 

Akirou

Active Member
Newcomer
Joined
Aug 11, 2016
Messages
42
Trophies
0
Age
30
XP
96
Country
Romania
the 21 version from gmdk is amazing almost constant 60 fps in the overworld whoever the framelimiter still takes a few fps when using it as compared to using dxtory
 

Miguel Gomez

Well-Known Member
Member
Joined
Jan 10, 2016
Messages
2,867
Trophies
0
Age
25
Location
Planet Earth
XP
1,530
Country
Okay. Since not all of you has bypass the Champion(please don't spoil to everyone who haven't finished the game), I might going to open a thread here about giving the save file of your game just to bypass the champion or the credits. But not for now since I haven't finished Pokemon Moon yet on my 2DS(I'm at Poni Island). So yeah.
Anywho, Captain Ilima's Trial.
 

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
Look at this fragment of CMakeLists.txt:

if (MINGW)
add_definitions(-DMINGW_HAS_SECURE_API=1 -DMICROPROFILE_ENABLED=0)
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -msse -msse2")
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -msse -msse2")

Two last lines... there you have specified the secret of the optimization flags, simply add the desired ones (-mavx, -msse4...)

Will give it a go thank so much :)

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

@joaozin
Seams one of the libraries is not installed
try the lot - copy/paste this and Return then Y the Return again.
pacman -S mingw-w64-x86_64-toolchain
mingw-w64-x86_64-qt5 mingw-w64-x86_64-SDL2
mingw-w64-x86_64-cmake git gcc mingw-w64-x86_64-gcc
mingw-w64-x86_64-boost mingw-w64-x86_64-make
make base-devel Sy Syu Su git

Also delete the Build folder , and restart again.

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

2016-11-21.7z now out.
"Plus xbrz, another method of limiting frames dropped frames. "
----------
Somehow think Citra should auto detect the amount the cores the pc has and make use of them...
-----------
Code:
git clone --recursive "GITHUB URL HERE - remove quotes"
cd citra
mkdir build && cd build
cmake -G "MSYS Makefiles" -DCMAKE_BUILD_TYPE=Release ..
make -j4

-----------

git clone --recursive https://github.com/Jhno591/citra
cd citra
mkdir build && cd build
cmake -G "MSYS Makefiles" -DCMAKE_BUILD_TYPE=Release ..
make -j4
 
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
Do I really have to delete that build folder every time for a re-build ?, are is a rebuild are update command ?
----------
My instructions are, any think better then -J4 ?
0VpEewv.jpg
 
Last edited by drwhojan,

matis256

Member
Newcomer
Joined
Nov 21, 2016
Messages
8
Trophies
0
Age
64
XP
52
Country
Afghanistan
Hello can you play pokemon moon good on the lastest 21-11 build
Can someone send me a link to this version thanks very much
because i still have version 2 speed citra you find but runs slow and when i use latest edge build i have crashes every were even when i use the save after the intro crash
 

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 added this, But I have not that game to test.
https://github.com/Jhno591/citra/commits/master

My first under Mingw - (Note) You will need to replace your own "User" folder

Citra-GCCKU-Mingw-21.11.2016
http://www42.zippyshare.com/v/axS4eNWx/file.html

Added SSE4.1 build too, Now what CPU flags People like ?, (Note) Only 1 build at a time, it cannot build Multi flags at one time.
 
  • Like
Reactions: Dampih

asdasdsadasdas

New Member
Newbie
Joined
Nov 21, 2016
Messages
2
Trophies
0
Age
23
XP
51
Country
Netherlands Antilles
how i can use 3ds roms without citra in pc

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

i need citra for 32 bit plarse send a link of download
'
 

X Virus

Well-Known Member
Member
Joined
Jan 15, 2016
Messages
757
Trophies
0
Age
23
XP
158
Country
Malaysia
Boss,the 21-11 build no longer have the random freeze/crash error in S/M?Bcoz I try the 20-11 version it crash every 10 second after i booting (>0<)",i need to use the 15-9 build user folder to replace the one inside 20-11 build folder to solve the trouble,do i need to do the same as for 21-11 build?
 
Last edited by X Virus,

masaki88

Well-Known Member
OP
Member
Joined
Dec 9, 2014
Messages
292
Trophies
0
Age
35
Location
Bor, Novgorodskaya Oblast',
Website
www.youtube.com
XP
213
Country
Russia
Right added this, But I have not that game to test.
https://github.com/Jhno591/citra/commits/master

My first under Mingw - (Note) You will need to replace your own "User" folder

Citra-GCCKU-Mingw-21.11.2016
http://www42.zippyshare.com/v/axS4eNWx/file.html

Added SSE4.1 build too, Now what CPU flags People like ?, (Note) Only 1 build at a time, it cannot build Multi flags at one time.
thank yo man))))). btw gdmk build is slow than Citra-GCCKU By Dampih-24.10.2016 now i try your build.
 
  • Like
Reactions: drwhojan

DestinyFeather

Well-Known Member
Member
Joined
Sep 14, 2009
Messages
428
Trophies
1
XP
1,121
Country
United States
Boss,the 21-11 build no longer have the random freeze/crash error in S/M?Bcoz I try the 20-11 version it crash every 10 second after i booting (>0<)",i need to use the 15-9 build user folder to replace the one inside 20-11 build folder to solve the trouble,do i need to do the same as for 21-11 build?
I left 21-11 open for at least two hours without a single crash.
 

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
thank yo man))))). btw gdmk build is slow than Citra-GCCKU By Dampih-24.10.2016 now i try your build.

NP man, Mine is now build't the same way Dampih did it.
This one not about speed, I just added in the fixes for his request over this Black box thing.
I might be able to do AVX est, faster in a rebuild, just thought of some think rather then delete the build folder.

thanks to Dampih , jroweboy @ others who helped, This shit only gonna get better :D
 
Last edited by drwhojan,
  • Like
Reactions: Dampih

masaki88

Well-Known Member
OP
Member
Joined
Dec 9, 2014
Messages
292
Trophies
0
Age
35
Location
Bor, Novgorodskaya Oblast',
Website
www.youtube.com
XP
213
Country
Russia
Which game in gdmk latest build run slower than GCCKU build? I thought gdmk build is the fastest build at this moment,am i wrong?
For example project x zone, kid icarus, senran kagura burst, and other games which i test. Best build at this moment is which @drwhojan posted right now or Citra-GCCKU By Dampih-24.10.2016 .
 

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
Lot quicker to just rebuild and edit cmakelist.txt for Flag building, just use the last two lines only
Code:
cmake -G "MSYS Makefiles" -DMINGW_STATIC_BUILD= -DCMAKE_BUILD_TYPE=Release ..
make -j4
 
  • Like
Reactions: Dampih

matis256

Member
Newcomer
Joined
Nov 21, 2016
Messages
8
Trophies
0
Age
64
XP
52
Country
Afghanistan
pokemon moon doesn't work with the latest version :( crashes everywhere

why does the version v2 citra speed work with no crashes but the newer versions it crashes all the time?
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
    Psionic Roshambo @ Psionic Roshambo: https://www.youtube.com/watch?v=MGhhGhvxbvI