Rairii

Results 14 issues of Rairii

Some of the code changes being made for German R/S, like bugfixes, apply to all European non-English localisations. I propose adding something like this to `config.h`: ```c #if defined(GERMAN) #define...

This PR enables the use of `^^(superscripting like this)` (renders as `superscripting like this`). It also enables the use of `^(superscripting ^(even higher) like this)` (renders as `superscripting even higher...

The list appears to be missing bootloaders from skusipolicy. I dumped a list of all the hashes present here, they should be PE Authenticode SHA256 hashes: https://gist.github.com/Wack0/b8a0a0bf7ac4dbbb87d281926fd57132

samples: https://www.virustotal.com/gui/file/e8b1a0ddc7a4404eb3c46217e07b5ed91723f44464a6ef589634aeb4fb8f5666 https://www.virustotal.com/gui/file/e3a1f0d967335c8a080a5b1e7e3a06a61f6cea39739cda3ebab11d2908713d80 Seems to be related to `capcom.sys` (device name is obfuscated, and is `Htsysm4EFB`) Opus info says the responsible vendor is "株式会社DNPハイパーテック" so is probably related to [HyperTech...

- [x] fix `inc/runtime.h` for handling MSR_LE on an otherwise big endian system - [x] port loader and ARC firmware - [x] modify halunin for running in pseudo-little endian mode...

As seen in Multimedia Fusion 2 games: Exported function called by DLL entry point uses cpuid. It tries to detect a CPU prior to Pentium for skipping that, but uses...

The driver has the problematic code involving going down to DISPATCH_LEVEL, seizing a controller and then using a work queue thread to do the actual read/write. This caused issues with...

Probably due to some issue in the GDI or display driver.

Basically this, you can easily see the difference in load times between polling under ARC firmware and the NT driver. I'm not sure how to speed the NT driver up....

These are gamecube optical drive replacements using a microsd card with write support, should allow for much faster block I/O than single bit SPI bus. Would need to port a...