Homebrew Official Citra - New 3DS Emulator

D

Deleted User

Guest
Too bad that we can't have only one screen in HD and other touch pad screen with a button like cemu... We never see OOT and MM in full screen HD, even if you use the method with the dual screen of your 3D card, we don't see the second screen... I hope that this function to swith between the 2 screen will be available for certain game. It's ,for me , really important to implemented this...
 

KillzXGaming

Well-Known Member
Member
Joined
Jan 2, 2016
Messages
1,629
Trophies
0
Age
28
XP
1,618
Country
United States
Too bad that we can't have only one screen in HD and other touch pad screen with a button like cemu... We never see OOT and MM in full screen HD, even if you use the method with the dual screen of your 3D card, we don't see the second screen... I hope that this function to swith between the 2 screen will be available for certain game. It's ,for me , really important to implemented this...
You can still extend screens and put bottom one on another monitor, though I believe this was requested on github so I'd hope it gets added soon. I'm surprised no custom builds have full screen too considering that sounds easy.

https://github.com/citra-emu/citra/issues/1552

https://github.com/citra-emu/citra/issues/139
 
Last edited by KillzXGaming,
D

Deleted User

Guest
I would like to know if someone have a Save for Link Between the World to go ingame please?
 

XeonZephos

Well-Known Member
Newcomer
Joined
Jan 24, 2016
Messages
91
Trophies
0
Age
24
XP
106
Country
United States
I keep getting this error when I try to configure it with CMaker.


Code:
CMake Error at CMakeLists.txt:36 (project):
No CMAKE_CXX_COMPILER could be found.

Configuring incomplete, errors occurred!

See also "C:/Users/TEMP/citra/build/CMakeFiles/CMakeOutput.log".

See also "C:/Users/TEMP/citra/build/CMakeFiles/CMakeError.log".

Here's pic: http://imgur.com/pD3h9f3
 

Leo121

Well-Known Member
Member
Joined
Jan 3, 2016
Messages
250
Trophies
0
XP
667
Country
Trinidad and Tobago
I keep getting this error when I try to configure it with CMaker.


Code:
CMake Error at CMakeLists.txt:36 (project):
No CMAKE_CXX_COMPILER could be found.

Configuring incomplete, errors occurred!

See also "C:/Users/TEMP/citra/build/CMakeFiles/CMakeOutput.log".

See also "C:/Users/TEMP/citra/build/CMakeFiles/CMakeError.log".

Here's pic: http://imgur.com/pD3h9f3
You might not have C++ installed. See here.
 

Leo121

Well-Known Member
Member
Joined
Jan 3, 2016
Messages
250
Trophies
0
XP
667
Country
Trinidad and Tobago
@Leo121 Do you know if it's possible to raise the volume in Citra's sound build? I have my laptop at 100% and it's still absurdly difficult to hear.
I'm not sure how to raise the volume in Citra. Perhaps you can try Loudness Equalization. Right click on your speaker icon in the bottom right corner and choose Playback Devices. Then right click on your Speaker or Headphone and choose Properties and under the Enhancement tab tick Loudness Equalization.

ZGi4E3M.png
 
  • Like
Reactions: TotalInsanity4

loco365

Well-Known Member
Member
Joined
Sep 1, 2010
Messages
5,457
Trophies
0
XP
2,927
I'm not sure how to raise the volume in Citra. Perhaps you can try Loudness Equalization. Right click on your speaker icon in the bottom right corner and choose Playback Devices. Then right click on your Speaker or Headphone and choose Properties and under the Enhancement tab tick Loudness Equalization.

ZGi4E3M.png
Hm. I'm using the internal speakers on my laptop, perhaps I'll have to switch over to headphones then.
 

XeonZephos

Well-Known Member
Newcomer
Joined
Jan 24, 2016
Messages
91
Trophies
0
Age
24
XP
106
Country
United States
Actually I got this error now in the middle of configuring it:

Code:
The C compiler identification is MSVC 19.0.23918.0
The CXX compiler identification is MSVC 19.0.23918.0
Check for working C compiler using: Visual Studio 14 2015
Check for working C compiler using: Visual Studio 14 2015 -- works
Detecting C compiler ABI info
Detecting C compiler ABI info - done
Check for working CXX compiler using: Visual Studio 14 2015
Check for working CXX compiler using: Visual Studio 14 2015 -- works
Detecting CXX compiler ABI info
Detecting CXX compiler ABI info - done
Detecting CXX compile features
Detecting CXX compile features - done
Target architecture: x86
Cache compiler flags ignored, please edit CMakeLists.txt to change the flags.
libpng not found. Some debugging features have been disabled.
Boost 1.57.0 or newer not found, falling back to externals
Found OpenGL: opengl32 
Looking for pthread.h
Looking for pthread.h - not found
Found Threads: TRUE 
<FindSDL2.cmake>
</FindSDL2.cmake>
CMake Error at C:/Program Files (x86)/CMake/share/cmake-3.4/Modules/FindPackageHandleStandardArgs.cmake:148 (message):
  Could NOT find SDL2 (missing: SDL2_LIBRARY SDL2_INCLUDE_DIR)
Call Stack (most recent call first):
  C:/Program Files (x86)/CMake/share/cmake-3.4/Modules/FindPackageHandleStandardArgs.cmake:388 (_FPHSA_FAILURE_MESSAGE)
  externals/cmake-modules/FindSDL2.cmake:230 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
  CMakeLists.txt:159 (find_package)


Configuring incomplete, errors occurred!
See also "C:/Users/TEMP/citra/build/CMakeFiles/CMakeOutput.log".
See also "C:/Users/TEMP/citra/build/CMakeFiles/CMakeError.log".

pic: http://imgur.com/1NvHaiU
 

Leo121

Well-Known Member
Member
Joined
Jan 3, 2016
Messages
250
Trophies
0
XP
667
Country
Trinidad and Tobago
Actually I got this error now in the middle of configuring it:

Code:
The C compiler identification is MSVC 19.0.23918.0
The CXX compiler identification is MSVC 19.0.23918.0
Check for working C compiler using: Visual Studio 14 2015
Check for working C compiler using: Visual Studio 14 2015 -- works
Detecting C compiler ABI info
Detecting C compiler ABI info - done
Check for working CXX compiler using: Visual Studio 14 2015
Check for working CXX compiler using: Visual Studio 14 2015 -- works
Detecting CXX compiler ABI info
Detecting CXX compiler ABI info - done
Detecting CXX compile features
Detecting CXX compile features - done
Target architecture: x86
Cache compiler flags ignored, please edit CMakeLists.txt to change the flags.
libpng not found. Some debugging features have been disabled.
Boost 1.57.0 or newer not found, falling back to externals
Found OpenGL: opengl32
Looking for pthread.h
Looking for pthread.h - not found
Found Threads: TRUE
<FindSDL2.cmake>
</FindSDL2.cmake>
CMake Error at C:/Program Files (x86)/CMake/share/cmake-3.4/Modules/FindPackageHandleStandardArgs.cmake:148 (message):
  Could NOT find SDL2 (missing: SDL2_LIBRARY SDL2_INCLUDE_DIR)
Call Stack (most recent call first):
  C:/Program Files (x86)/CMake/share/cmake-3.4/Modules/FindPackageHandleStandardArgs.cmake:388 (_FPHSA_FAILURE_MESSAGE)
  externals/cmake-modules/FindSDL2.cmake:230 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
  CMakeLists.txt:159 (find_package)


Configuring incomplete, errors occurred!
See also "C:/Users/TEMP/citra/build/CMakeFiles/CMakeOutput.log".
See also "C:/Users/TEMP/citra/build/CMakeFiles/CMakeError.log".

pic: http://imgur.com/1NvHaiU
It looks like you forgot to tick CITRA_USE_BUNDLED_QT and CITRA_USE_BUNDLED_SDL2.
 
  • Like
Reactions: XeonZephos

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • RedColoredStars @ RedColoredStars:
    I eventually had to contact a domestic abuse advocate to help me get out of the apartment I was in a lease with her. And filed a restraining order on her cuz she kept harassing me after i left her.
    +1
  • Xdqwerty @ Xdqwerty:
    I didnt bring my Charger and nobody here has one compatible with my phone
  • RedColoredStars @ RedColoredStars:
    either you have usb C and no one else does, or everone else has usb c except you. haha
    +1
  • Xdqwerty @ Xdqwerty:
    @RedColoredStars, i don't have usb c
  • RedColoredStars @ RedColoredStars:
    That happened to me for like a year. lol. I was the only one of all my friends and family to still have an old phone.
  • Xdqwerty @ Xdqwerty:
    @RedColoredStars, my phone is from around 2019
  • RedColoredStars @ RedColoredStars:
    Mine was from 2017. lolol. I just got this new one like 6 months ago. Not even new, second hand cheapo $40 phone. But it has usb c. lol
  • RedColoredStars @ RedColoredStars:
    I cant justify $1k+ on a nice ass phone. I can spend that on a 75" tv screen. Why a 6" screen device cost me the same? lol
    +2
  • BigOnYa @ BigOnYa:
    I had a iPhone 5 for like 6 years, till last year, and had to get new phone, when phone companies stop using the cdna networks, which the iphone5 used.
  • K3Nv2 @ K3Nv2:
    A phone can do more than a TV
    +2
  • BigOnYa @ BigOnYa:
    These smart TVs are getting close tho. Gonna be like "back to future" TVs before long.
    +1
  • K3Nv2 @ K3Nv2:
    Nah a phones going to always be more powerful than a TV if the TVs $2grand maybe but why when I can put a smaller device in my pocket that does basically everything a TV already does
    +1
  • K3Nv2 @ K3Nv2:
    I can justify a decent $800 smartphone that'll last 3 years when I could get a 65" TV for $400 and buy a decent micro computer for $100 more
  • K3Nv2 @ K3Nv2:
    Tbf there are decent $400 smartphones in today's market that make top end spec phones unjust it's just what you want
  • Xdqwerty @ Xdqwerty:
    Found a Charger that works with my phone
    +1
  • Psionic Roshambo @ Psionic Roshambo:
    Yeah Ken I have 3 Samsung Phones now and honestly all 3 feel about the same
  • Psionic Roshambo @ Psionic Roshambo:
    A35 a S23 FE S24 Ultra lol
  • Psionic Roshambo @ Psionic Roshambo:
    Camera is about the only thing that legit separates them, unless you play games on your phone....
  • K3Nv2 @ K3Nv2:
    I honestly just download movies on my phone put them on my card reader then on my tv so much better than wireless transfer bs
  • K3Nv2 @ K3Nv2:
    Glad I bought a card reader type c and usb A makes life easy
  • Xdqwerty @ Xdqwerty:
    Yawn
  • RedColoredStars @ RedColoredStars:
    i download movies on my PC that is connected to my living room tv.
  • RedColoredStars @ RedColoredStars:
    Monitors are too small for my bad eyesight so I use my main tv and wirelss keyboard and wireless trackball mouse.
  • RedColoredStars @ RedColoredStars:
    I tried wireless transfer on phone before and yes, it's garbage. lol. So sloooooooooowwwwww.
    RedColoredStars @ RedColoredStars: I tried wireless transfer on phone before and yes, it's garbage. lol. So sloooooooooowwwwww.