1
0
mirror of synced 2025-01-09 05:01:38 +01:00
ImHex/plugins/builtin/source
Paulo Casaretto 5236c7b468
fix: Use machine headers to auto select arch for macOS process memory provider (#1910)
Fixes https://github.com/WerWolv/ImHex/issues/1807

### Problem description

Build fails for MacOS x86-64 due to using a wrong architecture header.

### Implementation description

Used the headers for mach that auto select the correct architecture.

### Additional things

This is being used in https://github.com/NixOS/nixpkgs/pull/330303 as a
patch

Co-authored-by: Nik <werwolv98@gmail.com>
2024-11-24 11:21:29 +01:00
..
content fix: Use machine headers to auto select arch for macOS process memory provider (#1910) 2024-11-24 11:21:29 +01:00
plugin_builtin.cpp feat: Added --reset-settings command 2024-06-26 19:38:25 +02:00