pound-emu_pound/core
Ronald Caesar d1ada1740a fix(memory): Fixed missing mman.h include definitions
This commit removes a custom mmap() function which was supposed
to support both windows and linux but the linux and macOS builds
failed to compile.

The custom mmap() function will be replaced by malloc() for windows
and linux's native mmap().

Signed-off-by: Ronald Caesar <github43132@proton.me>
2025-07-09 17:38:10 -04:00
..
ARM Revert "feat(gui): Enhance CPU panel with state management and GUI improvements" 2025-07-09 16:56:01 -04:00
audio Import Strong Logger & Config System 2025-06-18 18:30:21 +02:00
Base Configurable Window Size 2025-06-20 22:55:58 +02:00
gpu Import Strong Logger & Config System 2025-06-18 18:30:21 +02:00
Images Adding Pound Icon to Executable 2025-06-18 19:09:53 +02:00
JIT Reorganization of source & Clang-Format 2025-06-20 20:33:57 +02:00
memory fix(memory): Fixed missing mman.h include definitions 2025-07-09 17:38:10 -04:00
miscgui rename settings to avoid build faliures 2025-06-21 15:06:37 -04:00
main.cpp Revert "feat(gui): Enhance CPU panel with state management and GUI improvements" 2025-07-09 16:56:01 -04:00
Pound.rc Adding Pound Icon to Executable 2025-06-18 19:09:53 +02:00