6696 Commits (c8e3f98c27b15055d033ab75c75c8b3e0455a40e)

Author SHA1 Message Date
Lioncash c8e3f98c27 loader/xci: Remove unnecessary includes and member variables 7 years ago
Lioncash bc7bfd96f0 logging/backend: Use const reference to refer to log filter 7 years ago
greggameplayer 6bfcf13187 Fix BC7U 7 years ago
Lioncash 57d007e545 audout_u: Correct IAudioOut initializer list order 7 years ago
bunnei 6e52f37d5b renderer_opengl: Implement RenderTargetFormat::RGBA16_UNORM. 7 years ago
MerryMage fcc5155601 arm_dynarmic: Remove IsExecuting check from PrepareReschedule 7 years ago
David Marcec 45cc022ea9 Implement RG32UI and R32UI 7 years ago
MerryMage 01d199965a audio_renderer: samples_remaining counts frames, not samples 7 years ago
MerryMage 4b44b8b4fb audio_core: Interpolate 7 years ago
MerryMage 56300f2928 audio_core: Implement low-pass filter 7 years ago
bunnei 41b77c4e0a maxwell_to_gl: Implement VertexAttribute::Size::Size_8. 7 years ago
Lioncash 3476f5b4d3 kernel/object: Tighten object against data races 7 years ago
bunnei bdf17fe0cc renderer_opengl: Implement RenderTargetFormat::RGBA16_UINT. 7 years ago
David Marcec 76fad8410d Registered missing channel devices 7 years ago
David Marcec 92492ee23b Added missing channel devices 7 years ago
bunnei 8fe118bcaa maxwell_to_gl: Implement PrimitiveTopology::LineStrip. 7 years ago
bunnei c56a0e3c34 renderer_opengl: Implement RenderTargetFormat::RG8_UNORM. 7 years ago
Subv d923766042 CPU/Timing: Use an approximated amortized amount of ticks when advancing timing. 7 years ago
Subv a9877c8f65 Kernel/SVC: Don't reschedule the current core when creating a new thread. 7 years ago
Subv 2e7802ad7d Core/HLE: Make the 'reschedule_pending' flag atomic. 7 years ago
Subv 3a338d9286 CPU/HLE: Lock the HLE mutex before performing a reschedule. 7 years ago
Subv 84b542c386 Kernel/Threads: Lock the HLE mutex when executing the wakeup callback. 7 years ago
Subv 0135b328ed Kernel/Thread: Always use the threadsafe option when scheduling wakeups. 7 years ago
bunnei 534abf9d97 gl_shader_decompiler: Implement XMAD instruction. 7 years ago
Subv 5224cc49c4 Kernel/Mutex: Don't duplicate threads in the mutex waiter list. 7 years ago
Lioncash b82b093108 vfs: Make VfsFilesystem constructor explicit 7 years ago
Lioncash cf0a7cd1c1 vfs: Make type hierarchy objects classes instead of structs 7 years ago
MerryMage fcc5ffdfdd cubeb_sink: Protect queue with a mutex 7 years ago
Lioncash e850ff63bc scheduler: Make HaveReadyThreads() a const member function 7 years ago
Lioncash 11470f331a thread_queue_list: Make contains() and get_first() const member functions 7 years ago
Lioncash 55c73e10a7 thread_queue_list: Convert typedef to a type alias 7 years ago
Markus Wick 0eb39922f6 gl_rasterizer: Use a shared helper to upload from CPU memory. 7 years ago
Markus Wick 0af7e93763 gl_state: Don't track constant buffer mappings. 7 years ago
Markus Wick 6ff7906ddc gl_rasterizer: Use the stream buffer for constant buffers. 7 years ago
Markus Wick ce722e317b gl_rasterizer: Use the streaming buffer itself for the constant buffer. 7 years ago
Markus Wick 6f6bba3ff1 gl_rasterizer: Use a helper for aligning the buffer. 7 years ago
Markus Wick d7298ec262 Update the stream_buffer helper from Citra. 7 years ago
David Marcec 66f4f86a82 GetAudioDeviceServiceWithRevisionInfo 7 years ago
Lioncash 63a70c253e hid: disable clang-format around tables 7 years ago
Lioncash 9e74d6238e hid: Stub DisconnectNpad() 7 years ago
Lioncash 75bba25009 vfs: Use sanitized paths within MoveFile() and MoveDirectory() 7 years ago
Lioncash 7b6519741b card_image: Use type aliases to shorten definitions 7 years ago
Lioncash d6a1a43854 card_image: Simplify return statement of GetSubdirectories() 7 years ago
bunnei 639ebb39f6 gl_shader_decompiler: Fix SetOutputAttributeToRegister empty check. 7 years ago
David Marcec 094f6003e0 Pushed the requested sample rate instead of our fixed sample rate 7 years ago
David Marcec 98b940052c made ResultStatus a u16 7 years ago
David Marcec e5ee0afe6f Added GetAudioRendererSampleRate, GetAudioRendererSampleCount & GetAudioRendererMixBufferCount 7 years ago
bunnei c68aa65226 gl_shader_decompiler: Fix GLSL compiler error with KIL instruction. 7 years ago
David Marcec ecfbe7d9c8 Stub UpdateUserPresence 7 years ago
David Marcec a1fb8a331f Fixed invalid cast in loader 7 years ago