mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-08-26 15:35:14 +02:00
HLE: Correct helper thread arg handling.
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
HLEHelperThread::HLEHelperThread() : id_(-1), entry_(0) {
|
||||
}
|
||||
|
||||
HLEHelperThread::HLEHelperThread(const char *threadName, u32 instructions[], u32 instrCount, u32 prio, int stacksize) {
|
||||
HLEHelperThread::HLEHelperThread(const char *threadName, const u32 instructions[], u32 instrCount, u32 prio, int stacksize) {
|
||||
u32 instrBytes = instrCount * sizeof(u32);
|
||||
u32 totalBytes = instrBytes + sizeof(u32) * 2;
|
||||
AllocEntry(totalBytes);
|
||||
|
||||
Reference in New Issue
Block a user