- May 30, 2018
- May 29, 2018
-
-
bunnei authored
Service/BCAT: add module and services
-
- May 28, 2018
-
-
greggameplayer authored
-
mailwl authored
-
- May 27, 2018
-
-
bunnei authored
gl_shader_decompiler: Implement GetPredicateComparison GreaterEqual.
-
bunnei authored
GPU: Implemented the A1B5G5R5 texture format (0x14)
-
bunnei authored
NvOsGetConfigU32 should return null instead of 0 for default output value
-
bunnei authored
am: Stub IApplicationFunctions GetDisplayVersion.
-
Sebastian Valle authored
shader_bytecode: Implement other variants of FMNMX.
-
Subv authored
-
David Marcec authored
-
- May 26, 2018
-
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
greggameplayer authored
* add some InfoType * correct OpenApplicationProxy cmd number * add IDisplayController functions * fix clang-format * add more system languages
-
bunnei authored
Stub NVGPU_IOCTL_CHANNEL_SET_TIMEOUT
-
David authored
* GetAudioRendererWorkBufferSize impl Impl of GetAudioRendererWorkBufferSize based on RE, if this can be cleaned up, please contribute! * Naming conventions * Removed unneeded placeholder * lioncache changes * fixed const * switched to Common::AlignUp
-
bunnei authored
Shader: Implemented compound predicates in the fset and fsetp instructions
-
bunnei authored
GPU: Allow command lists to rebind a channel to another engine in the middle of the command list.
-
- May 24, 2018
-
-
Subv authored
You can specify a predicate in the fset instruction: Result = ((Value1 Comp Value2) OP P0) ? 1.0 : 0.0;
-
David authored
We have no clue on what this actually does yet so stubbing it since it's just input only should be fine for now
-
Subv authored
-
Subv authored
You can specify three predicates in an fsetp instruction: P1 = (Value1 Comp Value2) OP P0; P2 = !(Value1 Comp Value2) OP P0;
-
mailwl authored
Used in Nintendo Labo ToyCon 1&2
-
bunnei authored
yuzu_cmd: Fix project for latest msvc.
-
bunnei authored
-
bunnei authored
Fix deadlocks caused from HID having too many layouts
-
- May 23, 2018
-
-
David Marcec authored
Games such as SMO deadlock if we have more than 2 layouts
-
bunnei authored
Add & correct some error modules
-
bunnei authored
Add ioctl commands with their params and size check
-
bunnei authored
externals: Update dynarmic
-
Lioncash authored
Updates dynarmic to revision 990a569b7a5f2518fe08682f5ebf8536e5388d66
-
bunnei authored
Kernel/SVC: Signal the highest priority threads first in svcSignalProcessWideKey
-
greggameplayer authored
-
greggameplayer authored
according to the changes made previously
-
greggameplayer authored
-
greggameplayer authored
-
- May 22, 2018
-
-
David authored
* Implemented NVHOST_IOCTL_CHANNEL_GET_WAITBASE struct + 4 seems to be hard coded at 0 and struct + 0 seems to be ignored? * IocGetWaitbase -> IocChannelGetWaitbaseCommand * Added super late fixes
-