JS Deck

Results 92 comments of JS Deck

I've experienced similar issues, To change internal res you need to close the game and start it again (it won't apply if you just hit reset, due to a bug...

Sorry for the late reply just had a bit of free time a few hours ago.. I removed the offending code that's causing the problem in the new pr. The...

I forgot to add unscaled variant to the flat primitive vertex shader... Don't know why I didn't catch this though? I thought I tested this in Crash Bandicoot in 1x...

Correct me if I'm wrong: Beetle psx textures have only 1-bit alpha: for each pixel it's either opaque or fully transparent. Semi-transparency is archived by adding a per-vertex color component...

Just to chime in that syntex_syntax v0.24.0 doesn't compile in windows-gnu either. cbindgen works though :) Thanks for all the work so far.

On iOS 12 the app crash on start on this [line](https://github.com/SaschaWillems/VulkanCapsViewer/blob/24c7b2db1b96d05cc92f18626daf675c72e0f367/vulkancapsviewer.cpp#L743). From stack trace, it shows a crash will happen if a `QWindow`'s `create()` method is called directly or indirectly...

A related issue is that 'patch' and 'replace' section of Cargo.toml are ignored. Using 'cargo metadata' would fix this as well, in addition to getting the right version of the...

Try this: ```ini [Unit] Description=XivAlexander script [Service] Type=simple User=root WorkingDirectory=/root ExecStart=/bin/bash run.sh Restart=on-failure RestartSec=5 KillSignal=SIGINT [Install] WantedBy=multi-user.target ``` (Added `KillSignal=SIGINT` line to `[Service]`) ```bash #!/bin/bash curl https://raw.githubusercontent.com/Soreepeong/XivMitmLatencyMitigator/main/mitigate.py | exec python3...

Must be another Nvidia issue or something, tried `-e` option and still no cursor in FFXIV.. Specifically mouse "works," just the cursor doesn't show up. Stuff still gets highlighted and...

Hi @YgorVasilenko thanks for the kind words! Please let me know of any issues you may have while trying to use this feature. I'm looking for feedback on potential issues...