fssystem_utility.h 246 B

123456789101112
  1. // SPDX-FileCopyrightText: Copyright 2023 yuzu Emulator Project
  2. // SPDX-License-Identifier: GPL-2.0-or-later
  3. #pragma once
  4. #include "common/common_funcs.h"
  5. namespace FileSys {
  6. void AddCounter(void* counter, size_t counter_size, u64 value);
  7. }