|
|
|
@ -20,6 +20,7 @@ |
|
|
|
#include "common/settings.h"
|
|
|
|
#include "core/arm/arm_interface.h"
|
|
|
|
#include "core/core.h"
|
|
|
|
#include "core/hle/ipc.h"
|
|
|
|
#include "core/hle/kernel/k_page_table.h"
|
|
|
|
#include "core/hle/kernel/k_process.h"
|
|
|
|
#include "core/hle/result.h"
|
|
|
|
@ -124,8 +125,7 @@ json GetFullDataAuto(const std::string& timestamp, u64 title_id, Core::System& s |
|
|
|
} |
|
|
|
|
|
|
|
template <bool read_value, typename DescriptorType> |
|
|
|
json GetHLEBufferDescriptorData(const std::vector<DescriptorType>& buffer, |
|
|
|
Core::Memory::Memory& memory) { |
|
|
|
json GetHLEBufferDescriptorData(const boost::container::static_vector<DescriptorType, IPC::MAX_BUFFER_DESCRIPTORS>& buffer, Core::Memory::Memory& memory) { |
|
|
|
auto buffer_out = json::array(); |
|
|
|
for (const auto& desc : buffer) { |
|
|
|
auto entry = json{ |
|
|
|
|