chore: resolve bulid error after rebase on main
This commit is contained in:
		@@ -10,7 +10,7 @@ const Vram = @import("ppu/Vram.zig");
 | 
			
		||||
const EventKind = @import("scheduler.zig").EventKind;
 | 
			
		||||
const Scheduler = @import("scheduler.zig").Scheduler;
 | 
			
		||||
const Arm7tdmi = @import("cpu.zig").Arm7tdmi;
 | 
			
		||||
const FrameBuffer = @import("util.zig").FrameBuffer;
 | 
			
		||||
const FrameBuffer = @import("../util.zig").FrameBuffer;
 | 
			
		||||
 | 
			
		||||
const Allocator = std.mem.Allocator;
 | 
			
		||||
const log = std.log.scoped(.Ppu);
 | 
			
		||||
 
 | 
			
		||||
@@ -5,7 +5,7 @@ const Arm7tdmi = @import("core/cpu.zig").Arm7tdmi;
 | 
			
		||||
 | 
			
		||||
const Allocator = std.mem.Allocator;
 | 
			
		||||
 | 
			
		||||
const allow_unhandled_io = @import("emu.zig").allow_unhandled_io;
 | 
			
		||||
const allow_unhandled_io = @import("core/emu.zig").allow_unhandled_io;
 | 
			
		||||
 | 
			
		||||
// Sign-Extend value of type `T` to type `U`
 | 
			
		||||
pub fn sext(comptime T: type, comptime U: type, value: T) T {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user