mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-22 16:15:46 +00:00
hle: kernel: k_page_linked_list: Add Empty method.
This commit is contained in:
parent
58a4c17e98
commit
f5415480de
1 changed files with 4 additions and 0 deletions
|
@ -89,6 +89,10 @@ public:
|
|||
return ResultSuccess;
|
||||
}
|
||||
|
||||
bool Empty() const {
|
||||
return nodes.empty();
|
||||
}
|
||||
|
||||
private:
|
||||
std::list<Node> nodes;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue