hobyst

Results 43 comments of hobyst

Sorry for taking so long to manage the PR, but I completely forgot about this one after waiting for people to share feedback on the FL Studio forums. After uploading...

The Komplete Kontrol keyboards have three different modes: - **DAW mode:** This is the mode that my script enables and allows the user to control the mixer, have advanced transport...

Assuming issue is fixed due to no further discussion.

The report of this game was made using Unicorn when Dynarmic wasn't even an option. @Zangetsu38 Please re-test the game with the latest emulator build.

I don't really know if it's helpful for you or if it's even okay for you to read this since you are reverse engineering the protocol, but the official documentation...

CMake already seems to support Apple universal binaries via [`CMAKE_OSX_ARCHITECTURES`](https://cmake.org/cmake/help/latest/variable/CMAKE_OSX_ARCHITECTURES.html). Passing `-DCMAKE_OSX_ARCHITECTURES=x86_64;arm64` when calling CMake at configure time should be enough to make universal binaries for macOS and the same...

Following [Apple's documentation](https://developer.apple.com/documentation/apple-silicon/building-a-universal-macos-binary#Update-the-Architecture-List-of-Custom-Makefiles), if you already have access to compiled arch-specific binary files, it should be possible to generate a universal binary without recompiling them using the [lipo](https://ss64.com/osx/lipo.html) tool.

> At least on my System the cmake does not prefer the Dependencies folder, but of course this might be a matter of configuration. If the dependencies CMake is trying...

> Can you use `fs::path` instead of `std::filesystem::path` please? At least to remain coherent with the rest of the emulator. Isn't the goal in the long term to move away...