Maschell

Results 79 comments of Maschell

Should be fixed by https://github.com/cemu-project/Cemu/commit/74e8d205b07247b851c716ad285d938f4bc277b5, can you check the latest release if it boots now?

You patch binaries at runtime in Aroma by using the FunctionPatcherModule. See [libfunctionpatcher](https://github.com/wiiu-env/libfunctionpatcher) for more information. Maybe you can take a look at https://github.com/PretendoNetwork/rce_patches for an example usage for patching...

I guess this is not compatible with the latest wut version? Before merging, I would like to make sure it has the same code base as the elf branch. Currently...

What do you mean with "i launch homebrew"? ddd has 5.5.x support, just place the .elf on the sd card and start it via ddd

Did you try an other disc? Maybe the disc has scratches?

The FileDownloader of libutils now has (partial) support for https downloads. https://github.com/Maschell/libutils/blob/master/source/network/FileDownloader.cpp

Worth mentioning without thinking about any implications yet: wutmalloc is currently used by plugins/modules in Aroma as well

I made a PR for that PR: https://github.com/TraceEntertains/Inkay/pull/1

Did some more test to confirm the MCPDeviceType values by calling `MCP_TitleListByDeviceType`: ``` MCPDeviceType mcpTypes[] = {MCP_DEVICE_TYPE_AUTO, MCP_DEVICE_TYPE_ODD, MCP_DEVICE_TYPE_MLC, MCP_DEVICE_TYPE_USB}; for (const auto& device : mcpTypes) { uint32_t curOutCount =...