- 19 Oct, 2022 27 commits
-
-
liamwhite authored
Kernel Multiprocess (Part 1) - Persist memory & core timing
-
bunnei authored
-
Fernando S authored
video_core: implement 1D copies based on VMM 'kind'
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
- 18 Oct, 2022 2 commits
- 17 Oct, 2022 9 commits
-
-
FengChen authored
-
FengChen authored
-
Morph authored
As we require the latest C++ standards to compile yuzu, checking for C++14 constexpr is not needed.
-
Morph authored
-
Morph authored
Set TX_TOKEN for transifex client
-
Morph authored
general: Fix spelling
-
Morph authored
sdl2_sink: Avoid loading a null string into a vector
-
Kyle Kienapfel authored
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.
-
lat9nq authored
Co-authored-by: Mai <mathew1800@gmail.com>
-
- 16 Oct, 2022 2 commits
-
-
lat9nq authored
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.
-
lat9nq authored
Attempting to place a null string into a vector of strings causes an error that closes the application. Don't.
-