high-level emulation (HLE)
Faking the hardware's functions instead of the hardware itself.
Definitions
Emulating a system by recreating its high-level functions, like intercepting a graphics call and drawing the result your own way, instead of simulating the actual chips cycle for cycle. Way faster, but less accurate, so it breaks on games that do weird things.
high-level emulation (HLE) In A Sentence
Origin & Usage
Emulation engineering term; reproduces high-level system functions (like graphics or audio calls) rather than simulating the raw chips. Common on N64 and newer consoles.
Comments 0