Homebrew Official Citra - New 3DS Emulator

Miguel Gomez

Well-Known Member
Member
Joined
Jan 10, 2016
Messages
2,867
Trophies
0
Age
25
Location
Planet Earth
XP
1,530
Country
Someone want to report you for the emulator not being able do run the game ? Oh boy, kids these days...
Yeah. That sound bs to report my channel for not making New Leaf boots. Not only New Leaf, Pokemon X and Y(highly required on my channel), Super Mario Maker 3DS, and Mii Maker. It feels that they want my entire 3DS library and post it on my channel.
I've been there before on Cemu Patreon Build w/games and it's really bad to most people. I still remember that they say "Thank you! I will never do that again if you keep on uploading it everyday.". It's like the viewers are the boss and the channel owner are slaves. WTFs wrong with Youtube nowadays?! Seen MatPat's Youtube Theory that it's our fault to make things cancerous and cringe like Minecraft or Undertale.

Anyways, here's Animal Crossing boots on Citra. For John GodGames, he managed to bypass it with a specific PRs. But however, these PRs that listed are possibly upgraded and possibly unable to downgrade.
* additional merged commits:
- pipe3
- cro
- frame_layouts
- systime
https://www.youtube.com/results?search_query=animal+crossing+new+leaf+citra
 
Last edited by Miguel Gomez,

Dragios

Well-Known Member
Newcomer
Joined
Mar 13, 2016
Messages
51
Trophies
0
XP
285
Country
Malaysia
That is not exactly true - Super Mystery Dungeon works fine if you have a save file to get past the menu - I've done a quick run through to the ending.
Yes, you need a save file to bypass the crash which is why I said no working build. Technically you are correct in this case since it managed to boot and run it. On the other hand, that guy who ask for the build, I can assure that he wants a build that can play through the whole game without depending on external save file.
 
Last edited by Dragios,

Tidoz

Member
Newcomer
Joined
Dec 24, 2016
Messages
5
Trophies
0
Age
30
XP
54
Country
That is not exactly true - Super Mystery Dungeon works fine if you have a save file to get past the menu - I've done a quick run through to the ending.
Have you spent the whole game? I have the sav of the game saved and I close the citra overcoming the first boss.

Excuse my English.
 

JayFoxRox

Well-Known Member
Member
Joined
May 16, 2016
Messages
143
Trophies
0
Age
34
XP
257
Country
Gambia, The
Pretty sure that is due to unimplemented geometry shader

It's not.
It's fixed by my "fix-batching" branch. The same issue occurs in MK and other games.
However, we don't have a proper issue for this fix, it's basicly reverting an optimization which should always work (but it doesn't).
We only keep it in Bleeding-Edge because it's a short fix and it's a pretty severe issue.
 

JayFoxRox

Well-Known Member
Member
Joined
May 16, 2016
Messages
143
Trophies
0
Age
34
XP
257
Country
Gambia, The
I don't know the changes but dynamic lighting in Zelda MM is now messed up.

I've tried to reproduce the Majoras Mask issue but it works fine for me on Intel HD4000 Mesa, Arch Linux, latest master + lighting-lut-quickfix + bleeding-edge-108.

Please be more specific which version of Citra is affected and send me a private message with a savegame where the error will be instantly visible after loading the savegame (and instructions how to reproduce the issue if it's not always buggy).
To find your savefile, right click Zelda in the game list and click "Open Save Data Location". Those files should be send to me asap.
Optionally you should also include a full log of the black console log window which is shown while the issue occurs (ideally many screenshots or copy/paste of the text from the beginning of the log (ROM loading) til the very end).

If I don't hear from you soon, expect that this issue will be permanent in future versions of Citra.
Also state what OS, GPU and GPU driver version you use.

Can someone help me with Hardware Render displaying only two black screens?

I recommend asking in official help channels. With visual errors always specify your driver version + HW details, what Citra version (and configured settings) and most importantly what game and wether you also have a valid config + shared_font
 
D

Deleted User

Guest
Have you spent the whole game? I have the sav of the game saved and I close the citra overcoming the first boss.

Excuse my English.
Yes, but there was some dirty hack I did (which I won't share) - wrong thread though.
 

Tidoz

Member
Newcomer
Joined
Dec 24, 2016
Messages
5
Trophies
0
Age
30
XP
54
Country
After much searching I found the solution to play the super mistery dungeon pokemon. First you need a sav (EUR, USA ..) to pass the start lock.

And the solution to pass the first boss where it blocks is simply disable the option just before the moment where "ENABLE HARDWARE RENDERER"
43aa10c8a786c91704b8c646c03d70cf3ac757f3.jpg



:)
 

gdeliana

Well-Known Member
Member
Joined
Mar 2, 2003
Messages
202
Trophies
2
Age
37
Location
Tirana
Website
Visit site
XP
412
Country
Albania
Hello everyone and happy celebrations!!

I just wanted to share some odd experience that i have with citra in my notebook.

I have lower framerate with Nvidia GPU (GT 620M) than with Intel GPU (Intel HD Graphics 4000).

My notebook has actually a very good CPU: Intel Core I7 3612QM and is very fast.

Once i set the settings in Nvidia control panel for citra to use the integrated GPU, i get a 10-15 FPS boost.

While my discrete GPU is not one of the best out there, it is still better than Intel's integrated graphics and has as well opengl 4.5 support from nvidia.

Does anyone else have this experience?
 

wwylele

Well-Known Member
Member
Joined
Oct 17, 2015
Messages
151
Trophies
0
Age
28
XP
395
Country
China
Hello everyone and happy celebrations!!

I just wanted to share some odd experience that i have with citra in my notebook.

I have lower framerate with Nvidia GPU (GT 620M) than with Intel GPU (Intel HD Graphics 4000).

My notebook has actually a very good CPU: Intel Core I7 3612QM and is very fast.

Once i set the settings in Nvidia control panel for citra to use the integrated GPU, i get a 10-15 FPS boost.

While my discrete GPU is not one of the best out there, it is still better than Intel's integrated graphics and has as well opengl 4.5 support from nvidia.

Does anyone else have this experience?
This is a case that we thought can happen in theory (not sure if there is already a real one before). The reason is that citra is using GPU in an uncommon way comparing with normal PC games: it transfers texture data between general RAM and graphics RAM a lot. In this process, an integrated GPU, where the transfer distance is "short", can probably perform better than a discrete GPU, where the distance is "far".
 

gdeliana

Well-Known Member
Member
Joined
Mar 2, 2003
Messages
202
Trophies
2
Age
37
Location
Tirana
Website
Visit site
XP
412
Country
Albania
I didn't thought this was so deep :D
This is a case that we thought can happen in theory (not sure if there is already a real one before). The reason is that citra is using GPU in an uncommon way comparing with normal PC games: it transfers texture data between general RAM and graphics RAM a lot. In this process, an integrated GPU, where the transfer distance is "short", can probably perform better than a discrete GPU, where the distance is "far".
 

ts61fa

Well-Known Member
Member
Joined
Feb 14, 2007
Messages
120
Trophies
0
XP
325
Country
Netherlands
After much searching I found the solution to play the super mistery dungeon pokemon. First you need a sav (EUR, USA ..) to pass the start lock.

And the solution to pass the first boss where it blocks is simply disable the option just before the moment where "ENABLE HARDWARE RENDERER"
43aa10c8a786c91704b8c646c03d70cf3ac757f3.jpg



:)
Do you have a save file? Could you share pls
 

ts61fa

Well-Known Member
Member
Joined
Feb 14, 2007
Messages
120
Trophies
0
XP
325
Country
Netherlands
After much searching I found the solution to play the super mistery dungeon pokemon. First you need a sav (EUR, USA ..) to pass the start lock.

And the solution to pass the first boss where it blocks is simply disable the option just before the moment where "ENABLE HARDWARE RENDERER"
43aa10c8a786c91704b8c646c03d70cf3ac757f3.jpg



:)
thx for the save file, but it still crashes whenever I want to start the game. Which citra version do you use?
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • 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
  • Veho @ Veho:
    It does that when I edit a post.
  • Veho @ Veho:
    It inserts a newline in a random spot.
  • The Real Jdbye @ The Real Jdbye:
    never had that i don't think
  • Karma177 @ Karma177:
    do y'all think having an sd card that has a write speed of 700kb/s is a bad idea?
    trying to restore emunand rn but it's taking ages... (also when I finished the first time hekate decided to delete all my fucking files :wacko:)
  • The Real Jdbye @ The Real Jdbye:
    @Karma177 that sd card is 100% faulty so yes, its a bad idea
  • The Real Jdbye @ The Real Jdbye:
    even the slowest non-sdhc sd cards are a few MB/s
  • Karma177 @ Karma177:
    @The Real Jdbye it hasn't given me any error trying to write things on it so I don't really think it's faulty (pasted 40/50gb+ folders and no write errors)
  • DinohScene @ DinohScene:
    run h2testw on it
    +1
  • DinohScene @ DinohScene:
    when SD cards/microSD write speeds drop below a meg a sec, they're usually on the verge of dying
    +1
  • Psionic Roshambo @ Psionic Roshambo:
    Samsung SD format can sometimes fix them too
  • Purple_Heart @ Purple_Heart:
    yes looks like an faulty sd
  • Purple_Heart @ Purple_Heart:
    @Psionic Roshambo i may try that with my dead sd cards
    +1
  • Psionic Roshambo @ Psionic Roshambo:
    It's always worth a shot
    Psionic Roshambo @ Psionic Roshambo: It's always worth a shot