From 2b907dadf40c8a4e55d09ab6732feff367ca5ce8 Mon Sep 17 00:00:00 2001
From: wwylele <wwylele@gmail.com>
Date: Thu, 7 Dec 2017 16:20:15 +0200
Subject: [PATCH] cro_helper: add todo about process handle

---
 src/core/hle/service/ldr_ro/cro_helper.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/core/hle/service/ldr_ro/cro_helper.h b/src/core/hle/service/ldr_ro/cro_helper.h
index 57b4fb6df..dc14039fb 100644
--- a/src/core/hle/service/ldr_ro/cro_helper.h
+++ b/src/core/hle/service/ldr_ro/cro_helper.h
@@ -36,6 +36,7 @@ static constexpr u32 CRO_HASH_SIZE = 0x80;
 /// Represents a loaded module (CRO) with interfaces manipulating it.
 class CROHelper final {
 public:
+    // TODO (wwylele): pass in the process handle for memory access
     explicit CROHelper(VAddr cro_address) : module_address(cro_address) {}
 
     std::string ModuleName() const {