shadPS4/src/core/libraries/kernel
Plínio Larrubia ad8373095a
Some checks are pending
Reuse / reuse (push) Waiting to run
Clang Format / clang-format (push) Waiting to run
Linux-Qt / build (push) Waiting to run
Linux / build (push) Waiting to run
macOS-Qt / build (push) Waiting to run
macOS / build (push) Waiting to run
Windows-Qt / build (push) Waiting to run
Windows / build (push) Waiting to run
fix typo in LOG_INFO (#559)
fix: file name typo constant_propogation_pass.cpp

fix typo from 'symbol_vitrual_addr' variable

fix typo in emit_spirv_context_get_set.cpp

fix typo from constant_propagation_pass.cpp in CMakeLists

fix typo in these some config.cpp functions
- setSliderPosition
- setSliderPositionGrid
- getSliderPosition
- getSliderPositionGrid

fix typo inside src\core\aerolib\stubs.cpp

fix typo in a comment from src\core\file_format\pkg.cpp

fix typo inside src\core\file_sys\fs.cpp + fs.h
- NeedsCaseInsensiveSearch -> NeedsCaseInsensitiveSearch

fix 2 function typos: sceAppContentAddcontEnqueueDownloadByEntitlemetId and sceAppContentAddcontMountByEntitlemetId

fix typo on comment inside src\core\libraries\kernel\file_system.cpp

fix typo on src\core\libraries\videoout\driver.cpp

fix typo in src\core\memory.cpp

fix typo from comment in src\qt_gui\game_list_utils.h

fix typo in src\video_core\amdgpu\liverpool.h
- window_offset_disble to window_offset_disable

fix typo from comments in src\video_core\host_shaders\detile_m32x1.comp + detile_m32x2.comp
- subotimal -> suboptimal

fix typo from comment in src\video_core\renderer_vulkan\renderer_vulkan.cpp
- dimentions -> dimensions

fix typo from enum in src\common\debug.h and other files
- MarkersPallete -> MarkersPalette

fix last typo in src\video_core\amdgpu\pm4_opcodes.h
- PremableCntl -> PreambleCntl
2024-08-26 15:22:11 +03:00
..
event_flag Add initial macOS support. 2024-07-21 22:36:12 +03:00
threads video_core: Crucial buffer cache fixes + proper GPU clears (#414) 2024-08-13 09:21:48 +03:00
cpu_management.cpp src: Reorganize and cleanup libraries 2024-04-14 00:37:17 +03:00
cpu_management.h src: Reorganize and cleanup libraries 2024-04-14 00:37:17 +03:00
event_queue.cpp Move presentation to separate thread/improve sync (#303) 2024-07-28 15:54:09 +02:00
event_queue.h kernel: added HR timers and asio service thread 2024-07-11 13:14:42 +03:00
event_queues.cpp misc changes, part ?/? (#441) 2024-08-16 20:16:15 +03:00
event_queues.h misc changes, part ?/? (#441) 2024-08-16 20:16:15 +03:00
file_system.cpp fix typo in LOG_INFO (#559) 2024-08-26 15:22:11 +03:00
file_system.h initial dents support 2024-06-20 18:09:40 +03:00
libkernel.cpp Merge pull request #456 from StevenMiller123/sem_fix 2024-08-17 10:57:19 +03:00
libkernel.h Add SetPosixErrno function 2024-08-16 17:20:21 -05:00
memory_management.cpp core/kernel: Miscellaneous memory fixes (#557) 2024-08-26 04:14:21 +03:00
memory_management.h core/kernel: Miscellaneous memory fixes (#557) 2024-08-26 04:14:21 +03:00
thread_management.cpp video_core: Bloodborne stabilization pt1 (#543) 2024-08-24 22:51:47 +03:00
thread_management.h shader_recompiler: Small instruction parsing refactor/bugfixes (#340) 2024-07-30 23:32:40 +02:00
time_management.cpp libraries: kernel: fix for inaccurate sceKernelGetProcessTime 2024-08-26 08:54:38 +02:00
time_management.h Added LibPngDec 2024-06-14 01:37:26 -06:00