dolphin/Source/Core/Core/PowerPC
Guilherme Janczak 0859d2c472
improve NetBSD-specific code
NetBSD doesn't put packages in /usr/local like /CMakeLists.txt thought.
The `#ifdef __NetBSD__` around iconv was actually breaking compilation
on NetBSD when using the system libiconv (there's also a GNU iconv
package)
A C program included from C++ source broke on NetBSD specifically, work
around it.

This doesn't fix compilation on NetBSD, which is currently broken, but
is closer to correct.
2024-05-03 15:12:29 +00:00
..
CachedInterpreter Merge pull request #12691 from mitaclaw/jit-profiling-restoration 2024-04-13 01:35:25 +02:00
Interpreter PPCCache: Avoid Global System Accessor 2024-04-08 19:49:57 -07:00
Jit64 Merge pull request #12733 from mitaclaw/instructionNumber 2024-04-21 14:39:25 -05:00
Jit64Common Jit64: Add extra cases for reversible avx_op 2024-04-20 17:50:54 +02:00
JitArm64 JitArm64: Increase farcode & nearcode cache size 2024-04-22 08:31:48 +02:00
JitArmCommon JitArm64: Restructure the BackPatchInfo flags enum 2021-09-08 21:23:00 +02:00
JitCommon JitState: Remove Unused instructionNumber 2024-04-21 08:51:29 -07:00
SignatureDB PowerPC/MMU: Refactor to class, move to System. 2023-03-28 03:47:51 +02:00
BreakPoints.cpp Merge pull request #12620 from mitaclaw/jit-interface-cpu-thread-guard 2024-03-22 04:17:33 +01:00
BreakPoints.h PPCSymbolDB: Move instance to PowerPCManager 2024-03-13 22:58:14 -07:00
ConditionRegister.cpp treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
ConditionRegister.h PowerPC/ConditionRegister: Mark PPCToInternal() as constexpr 2023-06-08 14:33:13 -04:00
CPUCoreBase.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
Expression.cpp improve NetBSD-specific code 2024-05-03 15:12:29 +00:00
Expression.h PowerPC/Expression: Pass System to EvaluateCondition(). 2023-04-05 20:09:31 +02:00
GDBStub.cpp PPCCache: Avoid Global System Accessor 2024-04-08 19:49:57 -07:00
GDBStub.h GDB Stub: do not send a packet when we just connected 2022-01-02 04:35:55 -05:00
Gekko.h JitCache: Software Profiling Restoration 2024-04-09 13:43:31 -07:00
JitInterface.cpp Common: Remove Unused PerformanceCounter Code 2024-04-09 13:43:32 -07:00
JitInterface.h JitCache: Software Profiling Restoration 2024-04-09 13:43:31 -07:00
MMU.cpp PPCCache: Avoid Global System Accessor 2024-04-08 19:49:57 -07:00
MMU.h PowerPC: Add access size parameter to MMU::IsOptimizableRAMAddress 2024-01-10 18:17:45 +01:00
PowerPC.cpp PPCCache: Avoid Global System Accessor 2024-04-08 19:49:57 -07:00
PowerPC.h PPCSymbolDB: Move instance to PowerPCManager 2024-03-13 22:58:14 -07:00
PPCAnalyst.cpp PPCSymbolDB: Move instance to PowerPCManager 2024-03-13 22:58:14 -07:00
PPCAnalyst.h Change JitState::downcountAmount to u32 2024-04-19 04:08:34 -07:00
PPCCache.cpp PPCCache: Avoid Global System Accessor 2024-04-08 19:49:57 -07:00
PPCCache.h PPCCache: Avoid Global System Accessor 2024-04-08 19:49:57 -07:00
PPCSymbolDB.cpp PPCSymbolDB: GetDescription by std::string_view 2024-04-13 00:19:01 -07:00
PPCSymbolDB.h PPCSymbolDB: GetDescription by std::string_view 2024-04-13 00:19:01 -07:00
PPCTables.cpp Jit: Add feature flag for performance monitor 2023-11-30 22:40:36 +01:00
PPCTables.h PPCTables: Retire FL_EVIL 2023-11-28 18:59:34 +01:00