citra/src/core
bunnei 9046d4a548
kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel objects. (#3154)
* kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel objects.

- See https://github.com/citra-emu/citra/pull/4710 for details.
2019-11-24 20:15:51 -05:00
..
arm arm_unicorn: Resolve sign conversion warnings 2019-11-12 07:06:48 -05:00
crypto Merge pull request #3091 from lioncash/core-conversion 2019-11-15 12:08:50 -05:00
file_sys Merge pull request #3091 from lioncash/core-conversion 2019-11-15 12:08:50 -05:00
frontend
gdbstub gdbstub: Resolve sign conversion errors 2019-11-12 07:55:39 -05:00
hle kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel objects. (#3154) 2019-11-24 20:15:51 -05:00
loader
memory
tools
CMakeLists.txt CMakeLists: Make most implicit type conversion warnings errors on MSVC 2019-11-12 07:06:25 -05:00
constants.cpp
constants.h
core_cpu.cpp
core_cpu.h
core_timing_util.cpp
core_timing_util.h
core_timing.cpp
core_timing.h
core.cpp
core.h kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel objects. (#3154) 2019-11-24 20:15:51 -05:00
cpu_core_manager.cpp
cpu_core_manager.h
hardware_interrupt_manager.cpp
hardware_interrupt_manager.h
memory_setup.h
memory.cpp
memory.h
perf_stats.cpp perf_stats: Resolve implicit int to double conversion error 2019-11-12 07:55:39 -05:00
perf_stats.h
reporter.cpp
reporter.h
settings.cpp
settings.h
telemetry_session.cpp
telemetry_session.h