11969 Commits (ec206f7f953d9437bfd5e391286e1507c4eccb1f)

Author SHA1 Message Date
Nguyen Dac Nam ec206f7f95
fixups mistake auto commit. 6 years ago
Nguyen Dac Nam eaf60ca5d8
Update code structure 6 years ago
Nguyen Dac Nam ba84f0988f
renderer_vulkan: Add the rest of case for TryConvertBorderColor 6 years ago
Nguyen Dac Nam 5257a83ebe
IUserLocalCommunicationService: add function Initialize2 6 years ago
Nguyen Dac Nam 6c0eb6026b
HLE: correct function name of IUserLocalCommunicationService 6 years ago
namkazy 7fadc9c180 nvhost_gpu: implement ChannelSetTimeslice 6 years ago
bunnei 0f70f68fb3
Revert "video_core: memory_manager: Use GPU interface for cache functions." 6 years ago
Morph c3d0a0d627 Add 4:3 aspect ratio and address feedback 6 years ago
Fernando Sahmkow 829d8c0d6b Core: Correct compilition in GCC 6 years ago
Morph 20dc2e3622 Address feedback 6 years ago
Morph 22f58cca5e Use enumeration instead of magic numbers 6 years ago
Morph 27e19f87c6 Add following aspect ratios: 16:9, 21:9, Stretch to Window 6 years ago
Fernando Sahmkow 2bc949628d Core: Address Feedback 6 years ago
Fernando Sahmkow d6ed31b9fa GPU: Address Feedback. 6 years ago
Lioncash be269e21a5 address_arbiter: Collapse loops in InsertThread() and RemoveThread() 6 years ago
Lioncash 9f2c703137 address_arbiter: Simplify GetThreadsWaitingOnAddress() 6 years ago
Lioncash f00a54f508 bcat/backend: Make formatting of passphrase consistent in NullBackend::SetPassphrase() 6 years ago
Lioncash eefd97e80d bcat/backend: Prevent fmt exception in debug log within NullBackend::Clear() 6 years ago
Lioncash b80c348b09 kernel/thread: Remove trivial usages of the global system accessor 6 years ago
Fernando Sahmkow 1e6f8aba04 Core: Set all hardware emulation constants in a single file. 6 years ago
Fernando Sahmkow d23d504d77 Kernel: Refactor synchronization to better match RE 6 years ago
makigumo 926ea5a16d
update hwopus DecodeInterleaved for FW 7.0.0+ 6 years ago
Fernando Sahmkow c5aefe42aa Kernel: Change WaitObject to Synchronization object. In order to better reflect RE. 6 years ago
Fernando Sahmkow 8e9a4944db GPU: Implement GPU Clock correctly. 6 years ago
Fernando Sahmkow 0cb3bcfbb7 Maxwell3D: Correct query reporting. 6 years ago
Morph fcf3425b1b Remove option "Show files with type 'Unknown'" 6 years ago
bunnei 7b07e521ca hle: services: Use std::shared_ptr instead of copy by value. 6 years ago
bunnei b5c13ee0eb gpu_thread: Use MPSCQueue for GPU commands. 6 years ago
bunnei 7cacb08cdf video_core: memory_manager: Use GPU interface for cache functions. 6 years ago
bunnei ba53543da6 kernel: transfer_memory: Properly reserve and reset memory region. 6 years ago
Zach Hilman 7a547b9342 wait_object: Make wait behavior only require one object to signal. 7 years ago
bunnei 3a0c1e79f8 am: Correct IPC object count mismatch. 6 years ago
bunnei 77da74e17a services: am: Clear events on PopOutData and PopInteractiveOutData. 6 years ago
bunnei 84e895cdd6 am: Refactor IStorage interface. 6 years ago
bunnei 3557fa25d0 applets: software_keyboard: Signal state change on end of interactive session. 6 years ago
bunnei be5fcffb89 applets: software_keyboard: Minor cleanup. 6 years ago
bunnei 2245c24e21 services: prepo: Fix IPC interface with SaveReport/SaveReportWithUser. 6 years ago
bunnei 9751ccc5e0 hle_ipc: Add error checking to read/write buffer access. 6 years ago
ReinUsesLisp bf9a822b87 shader/decode: Fix constant buffer offsets 6 years ago
ReinUsesLisp 8bb9eef97b maxwell_to_gl: Implement R8G8_USCALED 6 years ago
ReinUsesLisp c81c361e82 maxwell_to_gl: Reduce unimplemented formats to LOG_ERROR 6 years ago
ReinUsesLisp 0eb36c90f4 vk_rasterizer: Use noexcept variants of std::bitset 6 years ago
ReinUsesLisp 7da52673d0 gl_rasterizer: Implement GL_POINT_SPRITE 6 years ago
Lioncash c7678c3044 input_common/udp: Ensure that UDP is shut down within Shutdown() 6 years ago
Lioncash 83f8090273 input_common/udp: Add missing override specifiers 6 years ago
Lioncash 5c61e0ba39 input_common/udp: std::move SocketCallback instances where applicable 6 years ago
Lioncash fb9c9ddcc9 input_common/udp: std::move shared_ptr within Client constructor 6 years ago
Lioncash 9bb6ab77f4 udp/client: Replace deprecated from_string() call with make_address_v4() 6 years ago
Lioncash 881408445a input_common/udp: Silence -Wreorder warning for Socket 6 years ago
Lioncash 36524465a6 input_common/udp: Remove unnecessary inclusions 6 years ago