bitscher

Results 11 comments of bitscher

For anyone interested in fixing this issue: https://docs.wxwidgets.org/trunk/overview_high_dpi.html

If the instructions added by PR https://github.com/cemu-project/Cemu/pull/128 helped then this issue can be closed.

For build time I can't check right now but I think you can select the version number of a vcpkg dependency (For actual crypto runtime I don't have a Wii...

They are just aliases in both 3.0.5 and 1.1.1g https://github.com/openssl/openssl/blob/openssl-3.0.5/crypto/ec/ec_lib.c#L919-L935 https://github.com/openssl/openssl/blob/OpenSSL_1_1_1q/crypto/ec/ec_lib.c#L857-L873 So this is really safe.

The fix for this should really be part of a bigger fix to remove all crypto functions deprecated by OpenSSL 3.0

![CORS-Allow-Origin](https://user-images.githubusercontent.com/4034221/188494435-f1fb2083-08d2-4029-bbe0-10896d2dd6b4.png) See https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS/Errors/CORSMissingAllowOrigin This only happens on the plain text HTTP website. Probably missing an entry for the "http://" version in the server config.

Currently there's no support to make it run on anything other than X86-64. Support may come eventually but not in the near future as changing the JIT is a huge...

That's some of the code that requires porting to target the ARM ISA (or modify to use LLVM) https://github.com/cemu-project/Cemu/tree/main/src/Cafe/HW/Espresso/Recompiler

As a workaround you can force the executable to use XWayland: `GDK_BACKEND=x11 ./Cemu_release` @jambonmcyeah was working on native Wayland support but the PR is currently inactive #143