Age | Commit message (Collapse) | Author |
|
|
|
Causes a crash on MSVC from a race condition on application quit.
Intended to address yuzu-emu/yuzu/issues/11137
|
|
|
|
|
|
|
|
|
|
|
|
memory: cleanup
|
|
core: implement GetGaiStringErrorRequest, IContextRegistrar
|
|
|
|
Fixes a bug where a restore button could be created for an unmanaged
widget.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
kernel: misc cleanup of page table accessors
|
|
buffer_cache: Increase number of texture buffers
|
|
Was producing out of order settings as a result of the switch to vectors
|
|
nsd: add GetApplicationServerEnvironmentType
|
|
Without this, the Reset All Settings button would be selected by default
|
|
|
|
|
|
|
|
|
|
|
|
common: Use arithmetic instead of string ops to get time zone
|
|
Improve storage requirements.
|
|
Unecessary, and would run every time the settings are logged.
|
|
|
|
|
|
|
|
|
|
|
|
Fixes essentially a shadowing issue.
|
|
Addresses review feedback
Co-authored-by: Morph <39850852+Morph1984@users.noreply.github.com>
|
|
|
|
Allows for 6GB and 8GB layouts to be selected.
|
|
|
|
|
|
|
|
|
|
Co-authored-by: Morph <39850852+Morph1984@users.noreply.github.com>
|
|
|
|
|
|
|
|
|
|
|