Archived
1
Fork 0
This repository has been archived on 2025-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
libxiv/include/patch.h
Joshua Goins e9c7223048 Add basic patch installation support
Right now it can only handle stuff like updating ffxivboot. It lacks
indexed patch support, a lot of zipatch commands, etc.
2022-03-17 00:58:18 -04:00

5 lines
No EOL
126 B
C++

#pragma once
#include <string_view>
void processPatch(const std::string_view path, const std::string_view installDirectory);