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.
People Also Ask
What does high-level emulation mean?
High-level emulation, or HLE, is faking the functions of a system's hardware rather than simulating the actual hardware itself.
How do you use high-level emulation in a sentence?
The emulator uses high-level emulation to run the games faster on modest PCs.
Comments 0