mirror of
https://git.citron-emu.org/Citron/Citron.git
synced 2026-03-26 05:28:23 +00:00
Implements several improvements to memory handling and validation: - host_memory: Add IsValidMapping() and IsDirectMappingEnabled() methods to validate memory access - host_memory: Fix virtual base offset calculation to use proper pointer arithmetic - host_memory: Add size field to track allocation size - nvhost_ctrl_gpu: Return InvalidState instead of InvalidValue for TPC mask buffer size validation - Update copyright year for citron The changes improve memory safety by adding explicit validation checks and fixing pointer arithmetic in the virtual memory implementation. |
||
|---|---|---|
| .. | ||
| arm | ||
| crypto | ||
| debugger | ||
| file_sys | ||
| frontend | ||
| hle | ||
| internal_network | ||
| loader | ||
| memory | ||
| tools | ||
| CMakeLists.txt | ||
| constants.cpp | ||
| constants.h | ||
| core.cpp | ||
| core.h | ||
| core_timing.cpp | ||
| core_timing.h | ||
| cpu_manager.cpp | ||
| cpu_manager.h | ||
| device_memory.cpp | ||
| device_memory.h | ||
| device_memory_manager.h | ||
| device_memory_manager.inc | ||
| gpu_dirty_memory_manager.h | ||
| guest_memory.h | ||
| hardware_properties.h | ||
| memory.cpp | ||
| memory.h | ||
| perf_stats.cpp | ||
| perf_stats.h | ||
| precompiled_headers.h | ||
| reporter.cpp | ||
| reporter.h | ||
| telemetry_session.cpp | ||
| telemetry_session.h | ||