Skip to content

Commit

Permalink
Merge pull request #4040 from Sonicadvance1/delete_threadsstate
Browse files Browse the repository at this point in the history
FEXCore: Delete ThreadsState struct
  • Loading branch information
Sonicadvance1 authored Sep 6, 2024
2 parents 29f0e9b + 77469de commit 219a477
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions FEXCore/include/FEXCore/Core/Context.h
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,6 @@ struct VDSOSigReturn {
void* VDSO_kernel_rt_sigreturn;
};

struct ThreadsState {
FEXCore::Core::InternalThreadState* ParentThread;
fextl::vector<FEXCore::Core::InternalThreadState*>* Threads;
};

using CodeRangeInvalidationFn = std::function<void(uint64_t start, uint64_t Length)>;

using CustomCPUFactoryType = std::function<fextl::unique_ptr<CPU::CPUBackend>(Context*, Core::InternalThreadState* Thread)>;
Expand Down

0 comments on commit 219a477

Please sign in to comment.