Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 254471 | Differences between
and this patch

Collapse All | Expand All

(-)a/ananke/patch.cpp (-1 / +1 lines)
Lines 1-5 Link Here
1
void Ananke::applyBeatPatch(vector<uint8_t> &buffer) {
1
void Ananke::applyBeatPatch(vector<uint8_t> &buffer) {
2
  string name = {nall::basename(information.name), ".bps"};
2
  string name = {information.path, nall::basename(information.name), ".bps"};
3
  if(!file::exists(name)) return;
3
  if(!file::exists(name)) return;
4
4
5
  bpspatch patch;
5
  bpspatch patch;

Return to bug 254471