Cristi Mitrana
Cristi Mitrana
@lowlevel-1989 thank you for the changes. I've re-installed and the memory usage seems considerably better. I re-built the module on a Pi4 and Pi3. Some notes on the installation: -...
Looks good. One think about the flags - just remove the line, we only use comments for commenting the code and not for disabling/removing code.
@lowlevel-1989 thanks for the PR, I have squashed the commits into one and merged it. If you want to get more testers for the driver, you can open a topic...
Thank you for the addition, let's wait for the inclusion of the core first before adding it to the docs. One question though - if the games emulated are arcade...
> * Set activeCodePage to UTF-8 (This allows to remove the wstring conversion in the source) FWIW, this works since Win 10 1903 (https://learn.microsoft.com/en-us/windows/apps/design/globalizing/use-utf8-code-page#set-a-process-code-page-to-utf-8).
Thank you for the PR, it looks fine, though I haven't yet tested it - I'll give it a test soon. For completion, I think we can rename `MODETEST` (but...
`5` and `7` should be the resolution and the refresh rate. On my test system, the resolution line containing the current mode looks like: ``` Mode: 4 crtc 105 3840x2160...
@V0rt3x667 thank you for the changes. I've given a few more tests and `cut` is not working 100% correct when there are extra spaces involved. Here's an example, from the...
@V0rt3x667 merged, thank you for the changes.
Is this your work or it's copied from my fork ?