suyu/src/core/hle/kernel/memory
Lioncash 93c083aef1 kernel/memory: Amend potential encoding warnings
While èis generally representable in some language encodings, in some
it isn't and will result in compilation warnings occurring. To remain
friendly with other language's codepages on Windows, we normalize it to
an ASCII e.
2020-05-03 13:01:03 -04:00
..
address_space_info.cpp kernel/memory: Amend potential encoding warnings 2020-05-03 13:01:03 -04:00
address_space_info.h kernel/memory: Amend potential encoding warnings 2020-05-03 13:01:03 -04:00
memory_block.h kernel/memory: Amend potential encoding warnings 2020-05-03 13:01:03 -04:00
memory_block_manager.cpp kernel: memory: Improve implementation of device shared memory. (#3707) 2020-04-23 11:37:12 -04:00
memory_block_manager.h kernel: memory: Improve implementation of device shared memory. (#3707) 2020-04-23 11:37:12 -04:00
memory_layout.h kernel: memory: Add MemoryLayout class, to build physical memory layout. 2020-04-17 00:59:31 -04:00
memory_manager.cpp core: hle: Address various feedback & code cleanup. 2020-04-17 00:59:36 -04:00
memory_manager.h kernel: memory: Add MemoryManager class, to manage page heaps. 2020-04-17 00:59:30 -04:00
memory_types.h kernel: memory: Add memory_types.h, for things that are commonly used in memory code. 2020-04-17 00:59:29 -04:00
page_heap.cpp kernel/memory: Amend potential encoding warnings 2020-05-03 13:01:03 -04:00
page_heap.h kernel/memory: Amend potential encoding warnings 2020-05-03 13:01:03 -04:00
page_linked_list.h kernel: memory: Add PageLinkedList class, to manage a list of pages. 2020-04-17 00:59:30 -04:00
page_table.cpp page_table: Remove unused captures 2020-04-23 17:33:08 -04:00
page_table.h kernel: memory: Improve implementation of device shared memory. (#3707) 2020-04-23 11:37:12 -04:00
slab_heap.h kernel/memory: Amend potential encoding warnings 2020-05-03 13:01:03 -04:00
system_control.cpp core: hle: Address various feedback & code cleanup. 2020-04-17 00:59:36 -04:00
system_control.h kernel: memory: Add system_control code, which will be used for ASLR support. 2020-04-17 00:59:30 -04:00