Jakub Czekański
Jakub Czekański
As mentioned in #28, support for different disc dump formats is a nice feature to have for end-user. As for now Avocado supports: - [x] single file .bin/.img/.iso (2352) images...
Implement support for GP0(e3/e4) commands in hardware renderer. Related: #57 Test: [gpu/clipping](https://github.com/JaCzekanski/ps1-tests/tree/master/gpu/clipping)
- [ ] Research how existing GPU plugins handle subpixel precision - [ ] Reimplement GTE functions using float operations - [ ] Implement fixed point -> floating point cache...
- [ ] Extract Z values for vertices transformed on GTE unit into some kind of key-value storage (x,y) -> z - [ ] Add missing z values to vertices...
 - ghc::filesystem throws "No such file or directory". - ImGui does not render unicode glyphs.
Memory card is saved only when quitting Avocado. To prevent loss of data it should be saved periodically when data was changed (memory card marked as "dirty").
Example: Moto Racer is running way too fast. 
## Problem Original flow of authentication using embedded Webview doesn't work for Google accounts that are secured using U2F key like Yubikey.  _comment: WebKit...
Allows binaries to be extracted to `--outdir` without having to manually create it. ### Before ``` $ python extractodx.py --file ../FL_3Q0980654_X921.odx --outdir ../X921/ FD_7000FLASHDATA Traceback (most recent call last): File...
When writing a MQB can simulator I used this project for CAN frame definitions and CRC calculations. CRC calculation for some of the messages was missing, as they are not...