Homebrew Citra - Unofficial \ Chinese builds discussion

  • Thread starter Thread starter masaki88
  • Start date Start date
  • Views Views 3,239,425
  • Replies Replies 9,660
  • Likes Likes 16
Here's my playthrough of Pokemon Moon! It was uploaded 10 days ago and schedule to be published today!
4 parts is enough. More to come soon. Also, read the description.





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

Guys. If the game crashes at the Champion, follow what other people say. Get 3 Pokemon.
But for the credits, the only way to bypass is to transfer the save to the 3DS and then save it.
 
Last edited by Miguel Gomez,
My Pokemon Team for now:
nmRC6yP.png

Yungoos, Abra, and Grimer can be found in Hau'oli City.
My Abra is holding a Twisted Spoon!
 
Last edited by tet666,
here you go.. enjoy
build fix for Bravely Default/Second
Code:
https://openload.co/f/ZFfe3gYdsl4/Citra_KU.zip

Info, you can delete the .pdb files to save a lot of space, they not really needed and left over from the MSVS2015 build are use for.

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

It got a pull request yesterday should be in the bleeding edge build soon:
https://github.com/citra-emu/citra/pull/2188/commits
(at least i hope there are pull requests open starting from april...)

I'll make a physical PR later in my build

https://github.com/pippo2931/citra/commit/2c738a596c6f2bbdfcea6cf71877fc5062a2d9c7.
 
Last edited by drwhojan,
Info, you can delete the .pdb files to save a lot of space, they not really needed and left over from the MSVS2015 build are use for.

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



I'll make a physical PR later in my build

https://github.com/pippo2931/citra/commit/2c738a596c6f2bbdfcea6cf71877fc5062a2d9c7.

Woah.. thanks
Btw I managed compile citra with MinGW-gcc
The problem is citra-qt.exe always crash upon load a game, working fine and have similar speed to GMDK's gcc build for citra.exe (SDL)
I wonder why..
 
Woah.. thanks
Btw I managed compile citra with MinGW-gcc
The problem is citra-qt.exe always crash upon load a game, working fine and have similar speed to GMDK's gcc build for citra.exe (SDL)
I wonder why..

:) grate work! thanks, mingw any change of a guild are possible video ?
I was always on edge about this building w mingw, but codeblocks nether compiled it fully are few left over errors.
Maybe programs you use to compile it with est, are the building program you used..

Maybe you could give mine a re go, I set it back a little for mingw compiling, unsure if now would are would not give errors.
Code:
git clone --recursive https://github.com/Jhno591/citra
 
:) grate work! thanks, mingw any change of a guild are possible video ?
I was always on edge about this building w mingw, but codeblocks nether compiled it fully are few left over errors.
Maybe programs you use to compile it with est, are the building program you used..

Maybe you could give mine a re go, I set it back a little for mingw compiling, unsure if now would are would not give errors.
Code:
git clone --recursive https://github.com/Jhno591/citra
I will make it today and also try to upload the video on youtube .i will share here
 
  • Like
Reactions: Dampih and drwhojan
:) grate work! thanks, mingw any change of a guild are possible video ?
I was always on edge about this building w mingw, but codeblocks nether compiled it fully are few left over errors.
Maybe programs you use to compile it with est, are the building program you used..

Maybe you could give mine a re go, I set it back a little for mingw compiling, unsure if now would are would not give errors.
Code:
git clone --recursive https://github.com/Jhno591/citra

I'm following this guide,
Code:
https://github.com/citra-emu/citra/wiki/Building-For-Windows
but of course there is more..
after this command:
Code:
pacman -S mingw-w64-x86_64-qt5 mingw-w64-x86_64-SDL2 mingw-w64-x86_64-cmake git
issue these commands:
Code:
pacman -S make
pacman -S gcc
pacman -S mingw-w64-x86_64-gcc
pacman -S mingw-w64-x86_64-boost
then just follow official guide
after succeed with this
Code:
cmake -G "MSYS Makefiles" -DCMAKE_BUILD_TYPE=Release ..
type
Code:
make

I will make it today and also try to upload the video on youtube .i will share here

Wow.. thank you very much..
 
Last edited by Dampih,
  • Like
Reactions: ts61fa and drwhojan
Last edited by drwhojan,
I'm following this guide,
Code:
https://github.com/citra-emu/citra/wiki/Building-For-Windows
but of course there is more..
after this command:
Code:
pacman -S mingw-w64-x86_64-qt5 mingw-w64-x86_64-SDL2 mingw-w64-x86_64-cmake git
issue these commands:
Code:
pacman -S make
pacman -S gcc
pacman -S mingw-w64-x86_64-gcc
pacman -S mingw-w64-x86_64-boost
then just follow official guide
after succeed with this
Code:
cmake -G "MSYS Makefiles" -DCMAKE_BUILD_TYPE=Release ..
type
Code:
make



Wow.. thank you very much..
I get the following error (I cloned citra Bleeding edge) while making with mingw:

[ 22%] Building CXX object src/common/CMakeFiles/common.dir/microprofile.cpp.obj
In file included from C:/msys64/home/Xi/citra-bleeding-edge/src/common/microp rofile.h:23:0,
from C:/msys64/home/Xi/citra-bleeding-edge/src/common/microp rofile.cpp:7:
C:/msys64/home/Xi/citra-bleeding-edge/externals/microprofile/microprofile.h: In function 'DWORD ThreadTrampoline(void*)':
C:/msys64/home/Xi/citra-bleeding-edge/externals/microprofile/microprofile.h:9 29:25: error: cast from 'void*' to 'uint32_t {aka unsigned int}' loses precision [-fpermissive]
return (uint32_t)F(0);
^
C:/msys64/home/Xi/citra-bleeding-edge/externals/microprofile/microprofile.h: In function 'void MicroProfileThreadStart(void**, MicroProfileThreadFunc)':
C:/msys64/home/Xi/citra-bleeding-edge/externals/microprofile/microprofile.h:9 34:63: error: invalid conversion from 'MicroProfileThreadFunc {aka void* (*)(voi d*)}' to 'LPVOID {aka void*}' [-fpermissive]
*pThread = CreateThread(0, 0, ThreadTrampoline, Func, 0, 0);
^
In file included from C:/msys64/mingw64/x86_64-w64-mingw32/include/winbase.h:29: 0,
from C:/msys64/mingw64/x86_64-w64-mingw32/include/windows.h:70,
from C:/msys64/home/Xi/citra-bleeding-edge/externals/micropr ofile/microprofile.h:882,
from C:/msys64/home/Xii/citra-bleeding-edge/src/common/microp rofile.h:23,
from C:/msys64/home/Xi/citra-bleeding-edge/src/common/microp rofile.cpp:7:
C:/msys64/mingw64/x86_64-w64-mingw32/include/processthreadsapi.h:163:28: note: initializing argument 4 of 'void* CreateThread(LPSECURITY_ATTRIBUTES, SIZE_T, L PTHREAD_START_ROUTINE, LPVOID, DWORD, LPDWORD)'
WINBASEAPI HANDLE WINAPI CreateThread (LPSECURITY_ATTRIBUTES lpThreadAttribut es, SIZE_T dwStackSize, LPTHREAD_START_ROUTINE lpStartAddress, LPVOID lpParamete r, DWORD dwCreationFlags, LPDWORD lpThreadId);
^~~~~~~~~~~~
make[2]: *** [src/common/CMakeFiles/common.dir/build.make:279: src/common/CMakeF iles/common.dir/microprofile.cpp.obj] Fout 1
make[1]: *** [CMakeFiles/Makefile2:542: src/common/CMakeFiles/common.dir/all] Fo ut 2
make: *** [Makefile:95: all] Fout 2
 

Site & Scene News

Popular threads in this forum