mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 17:35:46 +00:00
Rename step 1 and step 2 to be a little more descriptive
This commit is contained in:
parent
c7516a14eb
commit
059ece9d03
2 changed files with 8 additions and 8 deletions
|
@ -14,8 +14,8 @@ namespace VideoCore {
|
|||
|
||||
enum class LoadCallbackStage {
|
||||
Prepare,
|
||||
Raw,
|
||||
Binary,
|
||||
Decompile,
|
||||
Build,
|
||||
Complete,
|
||||
};
|
||||
using DiskResourceLoadCallback = std::function<void(LoadCallbackStage, std::size_t, std::size_t)>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue