mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 16:55:46 +00:00
bktr: Fix missing includes and optimize style
This commit is contained in:
parent
f467901160
commit
e88835cd40
12 changed files with 108 additions and 102 deletions
|
@ -43,7 +43,7 @@ struct RegisteredCacheEntry {
|
|||
std::string DebugInfo() const;
|
||||
};
|
||||
|
||||
constexpr inline u64 GetUpdateTitleID(u64 base_title_id) {
|
||||
constexpr u64 GetUpdateTitleID(u64 base_title_id) {
|
||||
return base_title_id | 0x800;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue