mborgerson
mborgerson
In addition to #32 and #74, the `assert`s for these unimplemented texture modes are preventing Halo:CE (and likely other games) from running: `PS_TEXTUREMODES_DOT_ZW`: https://github.com/xqemu/xqemu/blob/67500be6e6678adac563f76d0167269b1f01ca82/hw/xbox/nv2a/nv2a_psh.c#L636 `PS_TEXTUREMODES_DOT_RFLCT_DIFF`: https://github.com/xqemu/xqemu/blob/67500be6e6678adac563f76d0167269b1f01ca82/hw/xbox/nv2a/nv2a_psh.c#L641 `PS_TEXTUREMODES_DOT_RFLCT_SPEC`: https://github.com/xqemu/xqemu/blob/67500be6e6678adac563f76d0167269b1f01ca82/hw/xbox/nv2a/nv2a_psh.c#L646 Experimental results...
In addition to #32 and #73, this issue causes Halo:CE to eventually crash when in-game due to shader compilation failure. An observed crash message: ``` nv2a: fragment shader compilation failed:...
XQEMU doesn't support sound yet. @JayFoxRox has done some research and has some work here: - https://github.com/JayFoxRox/xqemu-espes/pull/24 - https://github.com/JayFoxRox/xqemu-espes/pull/25
When a tool introduces some `goto`'s, I sometimes like to give the labels unique names to help reason about the code. It would be nice if these labels could be...
* Running on Ubuntu 22.04, IDA 8.0 * Open 'Configure BinSync' dialog * Enter fields * Press Enter key to accept the dialog. Instead of accepting the dialog, focus actually...
I'm not sure if this is an artifact of my configuration, or the feature is truly missing. When re-opening an idb, it would be nice if binsync could remember my...
* Running on Ubuntu 22.04, IDA 8.0 * Open configuration view, click on 'User name' text box, enter user name * Press Tab to move to Git repo field. Focus...
Git repo upstream may be determined when repo directory is selected. It would be nice to auto-populate it in the dialog.
Traceback (most recent call last): File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner self.run() File "/usr/lib/python3.8/threading.py", line 870, in run self._target(*self._args, **self._kwargs) File "/opt/binsync/binsync/common/controller.py", line 175, in updater_routine self._check_and_notify_ctx() File "/opt/binsync/binsync/common/controller.py", line...
**Issue:** Auto-complete fails on Windows systems if `grep` and `awk` cannot be found in the `PATH` environment variable. **Workaround:** Install Cygwin and add the Cygwin binary directory (C:\Cygwin\bin) to the...