shadPS4/src
Naomino a5b3967fd2 Thread_management rework
Only error Left:
/home/naomi/Asztal/shadPS4/GitHub/shadPS4/src/core/libraries/kernel/thread_management.cpp: In function ‘int Libraries::Kernel::scePthreadAttrGetstackaddr(PthreadAttrInternal* const*, void**)’:
/home/naomi/Asztal/shadPS4/GitHub/shadPS4/src/core/libraries/kernel/thread_management.cpp:321:43: warning: ‘int pthread_attr_getstackaddr(const pthread_attr_t*, void**)’ is deprecated [-Wdeprecated-declarations]
  321 |     int result = pthread_attr_getstackaddr(&(*attr)->pth_attr, stack_addr);
      |                  ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/14.1.1/x86_64-pc-linux-gnu/bits/gthr-default.h:35,
                 from /usr/include/c++/14.1.1/x86_64-pc-linux-gnu/bits/gthr.h:157,
                 from /usr/include/c++/14.1.1/bits/std_mutex.h:41,
                 from /usr/include/c++/14.1.1/mutex:47,
                 from /home/naomi/Asztal/shadPS4/GitHub/shadPS4/src/core/libraries/kernel/thread_management.cpp:4:
/usr/include/pthread.h:353:12: note: declared here
  353 | extern int pthread_attr_getstackaddr (const pthread_attr_t *__restrict

/usr/bin/ld: CMakeFiles/shadps4.dir/src/core/libraries/kernel/thread_management.cpp.o: in function `Libraries::Kernel::scePthreadAttrGetstackaddr(Libraries::Kernel::PthreadAttrInternal* const*, void**)':
thread_management.cpp:(.text+0x38b): warning: the use of `pthread_attr_getstackaddr' is deprecated, use `pthread_attr_getstack'
2024-07-07 16:50:45 +02:00
..
audio_core Stabilization8 (#218) 2024-06-27 16:37:17 +03:00
common Fix ShowSplash size (#235) 2024-07-05 00:16:06 +03:00
core Thread_management rework 2024-07-07 16:50:45 +02:00
images - Added trophy decryption when extracting a fpkg. trp icons and xmls are dumped to game_data/<title> (can be restored if deleted by accident by opening the trophy viewer) 2024-06-10 20:42:21 -06:00
input posix_pthread_yield , scePadGetHandle 2024-06-20 17:10:14 +03:00
qt_gui fix name file shortcut linux 2024-07-06 15:10:28 -03:00
shader_recompiler Update condition.h 2024-07-07 12:26:23 +02:00
video_core Update src/video_core/renderer_vulkan/liverpool_to_vk.cpp 2024-07-07 13:43:01 +00:00
.clang-format chore: Make shadps4 REUSE compliant 2024-02-23 23:33:43 +02:00
emulator.cpp removed hardware info seems make perfomance issues , will test something more lightweight 2024-07-06 10:27:57 +03:00
emulator.h removed hardware info seems make perfomance issues , will test something more lightweight 2024-07-06 10:27:57 +03:00
main.cpp moved main code , to emulator,cpp , emulator.h class 2024-06-10 15:18:42 +03:00
sdl_window.cpp submodules updates 2024-07-05 15:08:33 +03:00
sdl_window.h video_core: Rewrite vulkan and videoout 2024-04-14 17:10:40 +03:00
shadps4.qrc - Added trophy decryption when extracting a fpkg. trp icons and xmls are dumped to game_data/<title> (can be restored if deleted by accident by opening the trophy viewer) 2024-06-10 20:42:21 -06:00
shadps4.rc file formats and qt (#88) 2024-03-01 00:00:35 +02:00