Skip to content

Commit

Permalink
revert gpu
Browse files Browse the repository at this point in the history
  • Loading branch information
spsandwichman committed Mar 19, 2024
1 parent 7734286 commit bf194ec
Show file tree
Hide file tree
Showing 4 changed files with 222 additions and 221 deletions.
4 changes: 2 additions & 2 deletions src/comet.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// ╭───────╮
// │ comet │ the Aphelion ISA reference emulator ☄️
// ╰───────╯
// by kaylatheegg, spsandwichman
// by spsandwichman & kaylatheegg

// using aphelion v0.4

Expand Down Expand Up @@ -120,7 +120,7 @@ int main(int argc, char *argv[]) {
}

//create gpu thread
pthread_create(&comet.gpu_thread_id, NULL, GPU_thread, NULL);
pthread_create(&comet.gpu_thread_id, NULL, gpu_thread, NULL);

if (comet.flag_cycle_limit == 0) while (comet.cpu.running) {
// if (gpu_is_drawing) sched_yield();
Expand Down
Loading

0 comments on commit bf194ec

Please sign in to comment.