mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-07-01 09:15:36 +02:00
This rewrite attempts to implement a fully correct ZBC (Zero Bandwith Clear) mechanism. The zbc_mutex attempts to mitigate contention by assuring that only threads which hold the mutex can modify the table. Notify drivers about the index size, I believe some drivers even need the notification. Only add new entries if a entry was not previously available. Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/2501 Reviewed-by: Shinmegumi <shinmegumi@eden-emu.dev> Reviewed-by: MaranBr <maranbr@eden-emu.dev> Reviewed-by: crueter <crueter@eden-emu.dev> Co-authored-by: SDK-Chan <sdkchan@eden-emu.dev> Co-committed-by: SDK-Chan <sdkchan@eden-emu.dev> |
||
|---|---|---|
| .. | ||
| core | ||
| devices | ||
| nvdata.h | ||
| nvdrv.cpp | ||
| nvdrv.h | ||
| nvdrv_interface.cpp | ||
| nvdrv_interface.h | ||
| nvmemp.cpp | ||
| nvmemp.h | ||