Sergey Chadov

Results 7 comments of Sergey Chadov

Hi! I happen to have 8bitdo's Gamecube Bluetooth adapter that shows GameCube/Wii controllers as Pro Controller. Maybe I can help logging that info? I also have same errors when playing...

Yes, I used same commands as in this section. Maybe that's also because CMake ignored path "../deps/Dependencies/cmake-switch/switch.cmake" and Qt5 was among these dependencies, but I don't know why CMake ignores...

Yes, pasted all commands from readme file. Ones to clone submodules and ones to build.

Yes, here it is ``` PS H:\Console-files\Switch\builds\Play-> cd build PS H:\Console-files\Switch\builds\Play-\build> cmake .. -DCMAKE_TOOLCHAIN_FILE=../deps/Dependencies/cmake-switch/switch.cmake -DBUILD_TESTS:BOOL=OFF -DENABLE_AMAZON_S3:BOOL=OFF CMake Warning: Ignoring extra path from command line: "../deps/Dependencies/cmake-switch/switch.cmake" -- Selecting Windows SDK version...

Tried using cmd terminal, gives same results. Installing Ubuntu right now to test it in WSL

Ubuntu gives error a lot funnier: ``` cmake .. -DCMAKE_TOOLCHAIN_FILE=../deps/Dependencies/cmake-switch/switch.cmake -DBUILD_TESTS:BOOL=OFF -DENABLE_AMAZON_S3:BOOL=OFF CMake Error: The current CMakeCache.txt directory /mnt/h/Console-files/Switch/builds/Play-/build/CMakeCache.txt is different than the directory h:/Console-files/Switch/builds/Play-/build where CMakeCache.txt was created. This...

Did that, there's new error now: ``` cmake .. -DCMAKE_TOOLCHAIN_FILE=../deps/Dependencies/cmake-switch/switch.cmake -DBUILD_TESTS:BOOL=OFF -DENABLE_AMAZON_S3:BOOL=OFF CMake Error at /usr/share/cmake-3.16/Modules/CMakeDetermineSystem.cmake:99 (message): Could not find toolchain file: ../deps/Dependencies/cmake-switch/switch.cmake Call Stack (most recent call first): CMakeLists.txt:8...