10393 Commits (d267948a73d2364949660a24d07833ea05c9fcc8)

Author SHA1 Message Date
Lioncash 61d2498f00 core: Remove unused CiTrace source files 7 years ago
Lioncash 5799404b78 service/audio/audren_u: Correct event reset type for the system event 7 years ago
David Marcec 6ca20ad7ba Addressed issues 7 years ago
David Marcec 50e3269f3b Signalled accumulated_suspended_tick_changed_event on creation based on RE 7 years ago
David Marcec 5fb6781c61 Cleanup 7 years ago
David Marcec 335127af69 Impl'd IsUserAccountSwitchLocked, SetAudioOutVolume, GetAudioOutVolume & Partial impl of GetAccumulatedSuspendedTickChangedEvent 7 years ago
Lioncash 18c1d91920
file_sys/ips_layer: Remove unnecessary reserve() call 7 years ago
Lioncash 969cd6dc1d
common/hex_util: Reserve std::string memory ahead of time 7 years ago
Lioncash a62088539e
common/hex_util: Combine HexVectorToString() and HexArrayToString() 7 years ago
Lioncash c7daddb715
file_sys/card_image: Remove obsolete TODO 7 years ago
Lioncash 0af3b4d9f4
kernel/vm_manager: Remove redundant Reset call in destructor 7 years ago
Lioncash a602bcaaf8
file_sys/nca_metadata: Update CNMT structures 7 years ago
Lioncash 7bdef6106e
file_sys/card_image: Deduplicate casts within AddNCAFromPartition() 7 years ago
Lioncash 81d361d9f8
file_sys/card_image: Make bracing consistent 7 years ago
Lioncash e34368249f
file_sys/card_image: Assign collapsed NCA contents directly to ncas member 7 years ago
Lioncash 288d027e89
file_sys/card_image: Deduplicate type cast 7 years ago
Lioncash 825ffd7b1f
file_sys/card_image: Get rid of a magic number 7 years ago
Lioncash bf35138d1d
file_sys/card_image: Use std::array deduction guides 7 years ago
Lioncash fea6568955 kernel/process: Make Create()'s name parameter be taken by value 7 years ago
Lioncash 3f87664d8f kernel/svc: Implement TotalMemoryUsedWithoutMmHeap/TotalMemoryAvailableWithoutMmHeap 7 years ago
Lioncash c1a8f684df kernel/svc: Amend naming for TotalMemoryUsage in svcGetInfo() 7 years ago
Lioncash 81b1102090 kernel/svc: Remove duplicate enum entry in svcGetInfo() 7 years ago
Fernando Sahmkow f79823fda7 GPUVM: Correct GPU VM virtual address space 7 years ago
ReinUsesLisp 528c15051c kepler_compute: Use std::array for cbuf info 7 years ago
ReinUsesLisp 17d5fb6d06 kepler_compute: Fix block_dim_x encoding 7 years ago
ReinUsesLisp 5669ff3cbd gl_rasterizer: Remove unused parameters in descriptor uploads 7 years ago
ReinUsesLisp 2f2a61887a video_core/engines: Move ConstBufferInfo out of Maxwell3D 7 years ago
Zach Hilman 11f2f0f45c constants: Extract backup JPEG used by account services 7 years ago
ReinUsesLisp fe8e6618f2 shader: Split SSY and PBK stack 7 years ago
ReinUsesLisp dec1cbaf7f cmake: Add missing shader hash file entries 7 years ago
ReinUsesLisp 769a50661a shader/node: Minor changes 7 years ago
ReinUsesLisp e1b3be7ced shader: Move Node declarations out of the shader IR header 7 years ago
Lioncash c09ff382a4 yuzu/configuration: Make all widgets and dialogs aware of language changes 7 years ago
ReinUsesLisp bf4dfb3ad4 shader: Use shared_ptr to store nodes and move initialization to file 7 years ago
Lioncash 8304aaf282 service/ns: Add missing override specifiers 7 years ago
Lioncash d7d5bffa18 yuzu/CMakeLists: Disable implicit QString->QUrl conversions 7 years ago
Lioncash 5b93290183 yuzu/CMakeLists: Disable unsafe overloads of QProcess' start() function 7 years ago
Lioncash b5e1e87922 yuzu/CMakeLists: Disable implicit type narrowing in connect() calls 7 years ago
Lioncash e1d755bdda yuzu/configuration: Make function naming consistent 7 years ago
Lioncash 19dcb50692 kernel/process: Remove unused boost header include 7 years ago
Lioncash 2548661c08 core/core_timing_util: Amend casing of cyclesTo* functions 7 years ago
Lioncash 42f5fd0ab3 core/core_timing_util: Use std::chrono types for specifying time units 7 years ago
Lioncash 79189c7e3e core/core_timing_utils: Simplify overload set 7 years ago
Fernando Sahmkow a32c52b1d8 shader_bytecode: Mark EXIT as flow instruction 7 years ago
Lioncash 5ccf2a7b82 input_common/sdl/sdl_impl: Correct logging string in SDLState constructor 7 years ago
Lioncash cfac942e63 input_common/sdl/sdl_impl: Move documentation comments to header where applicable 7 years ago
Lioncash b9b23c98ff input_common/sdl/sdl_impl: Amend names for axes for SDLAnalogPoller 7 years ago
Lioncash 50048d9f5a input_common/sdl/sdl_impl: Mark variables const where applicable 7 years ago
Lioncash ca7ca2919c input_common/sdl/sdl_impl: Mark SDLEventToButtonParamPackage() as static 7 years ago
Lioncash b73ea457cc input_common/sdl/sdl_impl: Convert reinterpret_cast into a static_cast 7 years ago