mirror of
https://github.com/PabloMK7/citra.git
synced 2025-09-10 21:00:06 +00:00
renderer_vulkan: Import host memory for screenshots (#7132)
This commit is contained in:
parent
23ca10472a
commit
831c9c4a38
10 changed files with 254 additions and 21 deletions
|
@ -19,4 +19,10 @@ struct MemoryInfo {
|
|||
*/
|
||||
[[nodiscard]] const MemoryInfo GetMemInfo();
|
||||
|
||||
/**
|
||||
* Gets the page size of the host system
|
||||
* @return Page size in bytes of the host system
|
||||
*/
|
||||
u64 GetPageSize();
|
||||
|
||||
} // namespace Common
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue