summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-10-20Controller Applet had instance of Undocked, make HandheldKyle Kienapfel
Remember that time we renamed the Undocked option to Handheld in the status bar, and then later remembered the Controller Configuration? Scrolling through Transifex I noticed that we still have one instance of "Undocked" in the text.
2022-10-17Merge pull request #9085 from Docteh/TX_TOKENMorph
Set TX_TOKEN for transifex client
2022-10-17Merge pull request #9079 from Morph1984/unknown-unkownsMorph
general: Fix spelling
2022-10-17Merge pull request #9080 from lat9nq/sdl-audio-not-nullMorph
sdl2_sink: Avoid loading a null string into a vector
2022-10-16Set TX_TOKEN for transifex clientKyle Kienapfel
I did some tests on my own fork, and we're writing to ~/.transifexrc but the client can't seem to read that file. maybe issue with $HOME or something. Workaround is to set TX_TOKEN environment variable and now the pesky ~/.transifexrc file is not needed.
2022-10-16sdl2_sink: Inline variable init into if conditionlat9nq
Co-authored-by: Mai <mathew1800@gmail.com>
2022-10-16sdl2_sink: Distinguish between capture and non-capture device nameslat9nq
The function prototype appears to care whether we are loading capture devices or not, and SDL_GetAudioDeviceName has a parameter to use it, but for some reason it isn't. This puts `capture` where it goes.
2022-10-16sdl2_sink: Check for null string when loading SDL audio deviceslat9nq
Attempting to place a null string into a vector of strings causes an error that closes the application. Don't.
2022-10-16video_core: Fix spelling of "synchronize"Morph
2022-10-16general: Fix spelling of "unknown"Morph
2022-10-15Merge pull request #9058 from Docteh/new_transifex_clibunnei
New transifex client needs migrating to.
2022-10-15Merge pull request #9076 from Docteh/unknownbunnei
fix a tiny spelling mistake
2022-10-15fix a tiny spelling mistakeKyle Kienapfel
Kreato pointed this out over on discord.
2022-10-14Translations: new transifex clientKyle Kienapfel
Currently we're using the python client which uses an API that they state will sunset Nov 30, 2022. `tx push -s` actually appears to work properly, some of the other commands require tweaking, like instead of suggesting `tx pull -a` in dist/languages we need to suggest `tx pull -t -a`
2022-10-14Merge pull request #9061 from liamwhite/writable-eventliamwhite
kernel: remove KWritableEvent
2022-10-14Merge pull request #9055 from liamwhite/hblliamwhite
Preliminary support for nx-hbloader
2022-10-14Merge pull request #9069 from german77/sdl2Morph
audio_core: Revert sink name to sdl2
2022-10-14audio_core: Revert sink name to sdl2Narr the Reg
2022-10-13Merge pull request #9067 from Morph1984/tess-cwliamwhite
renderer_(opengl/vulkan): Fix tessellation clockwise parameter
2022-10-13Merge pull request #9039 from Kelebek1/auto_backendliamwhite
Auto select the SDL audio backend when Cubeb latency is too high
2022-10-13Merge pull request #9032 from liamwhite/stub-friendsliamwhite
IFriendService: stub CheckFriendListAvailability
2022-10-13Merge pull request #9065 from liamwhite/result-messMai
result: enforce reference check specialization
2022-10-13renderer_(opengl/vulkan): Fix tessellation clockwise parameterMorph
This should be assigned CW only on Triangles_CW rather than not Triangles_CCW, making CCW the default winding order rather than CW.
2022-10-13Merge pull request #9066 from Morph1984/fix-stretch-to-windowNarr the Reg
settings: Update aspect_ratio range
2022-10-13settings: Update aspect_ratio rangeMorph
Since 16:10 was added, the maximum value is now 4.
2022-10-13result: enforce reference check specializationLiam
2022-10-12kernel: remove KWritableEventLiam
2022-10-12Merge pull request #9034 from liamwhite/result-macrosbunnei
kernel: add expanded result macros
2022-10-12Merge pull request #9027 from ↵bunnei
yuzu-emu/revert-8987-another-name-for-reinforcement-steel Revert "vulkan: automatically use larger staging buffer sizes when possible"
2022-10-12Merge pull request #9040 from liamwhite/woe-thirty-twobunnei
core_timing: use high-precision sleeps on non-Windows targets
2022-10-12Merge pull request #9024 from liamwhite/async-screenshotbunnei
video_core: don't block rendering on screenshots
2022-10-12Merge pull request #9047 from german77/steam-aspectbunnei
yuzu: Add 16:10 aspect ratio
2022-10-12Merge pull request #9049 from liamwhite/monkeyhawkbunnei
syncpoint_manager: ensure handle is removable before removing
2022-10-11k_server_session: preliminary support for userspace server sessionsLiam
2022-10-11Add implementation of svcCreateSessionLiam
2022-10-11general: preliminary support for hblLiam
2022-10-11Merge pull request #9048 from Kelebek1/regsliamwhite
[video_core] Fix stencil mask registers
2022-10-10syncpoint_manager: ensure handle is removable before removingLiam
2022-10-10Merge pull request #9044 from lat9nq/mingw-gcc-revertliamwhite
ci/windows: Revert to using GCC for MinGW builds
2022-10-10Fix stencil func registers, make clip control equivalent to how it was ↵Kelebek1
before, but surely wrong.
2022-10-10yuzu: Add 16:10 aspect ratioNarr the Reg
2022-10-09ci/windows: Revert to using GCC for MinGW buildslat9nq
Using MinGW in the future may not be ideal as it does not work very well with crash dumps (#8682). Switch back to GCC on MinGW. This also gives CI a way to check GCC 12 (as of writing, or whatever version of mingw-gcc Arch happens to be shipping on a given week).
2022-10-09Merge pull request #9043 from german77/vector_dataliamwhite
input_common: have an unique vector in callback status
2022-10-09input_common: have an unique vector in callback statusgerman77
2022-10-09Choose the SDL audio backend when Cubeb reports too high of a latencyKelebek1
2022-10-09Merge pull request #8766 from Kelebek1/regsFernando S
[video_core] Update 3D registers
2022-10-08core_timing: use high-precision sleeps on non-Windows targetsLiam
2022-10-08Merge pull request #9033 from liamwhite/stub-fspMai
fsp_srv: stub GetCacheStorageSize
2022-10-08kernel: add expanded result macrosLiam
2022-10-08fsp_srv: stub GetCacheStorageSizeLiam