mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-24 06:45:46 +00:00
nvdisp_disp0: Fix broken assert.
This commit is contained in:
parent
86a8e32471
commit
d673462aa5
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ namespace NVDRV {
|
|||
namespace Devices {
|
||||
|
||||
u32 nvdisp_disp0::ioctl(u32 command, const std::vector<u8>& input, std::vector<u8>& output) {
|
||||
ASSERT(false, "Unimplemented");
|
||||
UNIMPLEMENTED();
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue