yaze 0.2.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
bps.h File Reference
#include <cstdint>
#include <vector>
Include dependency graph for bps.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  yaze
 Main namespace for the application.
 
namespace  yaze::util
 

Functions

void yaze::util::CreateBpsPatch (const std::vector< uint8_t > &source, const std::vector< uint8_t > &target, std::vector< uint8_t > &patch)
 
void yaze::util::ApplyBpsPatch (const std::vector< uint8_t > &source, const std::vector< uint8_t > &patch, std::vector< uint8_t > &target)