Merge yuzu-emu#12461

This commit is contained in:
yuzubot
2024-02-29 00:57:07 +00:00
parent dc94882c90
commit ba2b4840b0
43 changed files with 12434 additions and 1238 deletions

View File

@ -6,9 +6,7 @@
#include "common/common_types.h"
namespace Tegra {
namespace Host1x {
namespace Tegra::Host1x {
class Host1x;
class Nvdec;
@ -31,10 +29,8 @@ private:
/// For Host1x, execute is waiting on a syncpoint previously written into the state
void Execute(u32 data);
u32 syncpoint_value{};
Host1x& host1x;
u32 syncpoint_value{};
};
} // namespace Host1x
} // namespace Tegra
} // namespace Tegra::Host1x