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
    Veho @ Veho: You can find Mew under a truck in Whatevertown.