Skip to content

Commit

Permalink
Fix imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
hulkholden committed Nov 8, 2023
1 parent 96dd7de commit 1f78a24
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/devices/dpc.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
/*global n64js*/

import { Device } from './device.js';
import { toString32 } from '../format.js';
import { toHex, toString32 } from '../format.js';
import * as logger from '../logger.js';
import * as mi from './mi.js';
import { RDPBuffer } from '../lle/rdp.js';
import { disassembleRange } from '../hle/disassemble_rdp.js';
import { graphicsOptions } from '../hle/graphics_options.js';

// DP Command
const DPC_START_REG = 0x00;
Expand Down

0 comments on commit 1f78a24

Please sign in to comment.