1
0
mirror of https://github.com/blawar/GLideN64.git synced 2024-07-04 10:03:36 +00:00
A new generation, open-source graphics plugin for N64 emulators.
Go to file
Sergey Lipskiy a7a6923fa3 Custom ini file.
Custom game section format:

[%Romname%]
%section_name%/%parameter%=%value%
...
%section_name%/%parameter%=%value%

Romname is the internal rom name. You may get it from Project64.rdb file. Rom may have different internal name for different regions. In that case the section must be duplicated for each internal name.
IMPORTANT: replace all spaces ' ' in the name by underscores '_'.

File contains custom setting for Rayman 2. Use it as example.

Supported custom settings:

video/multisampling

texture/maxAnisotropy
texture/bilinearMode

generalEmulation - all, 

frameBufferEmulation - all

bloomFilter - all
2015-03-21 22:59:59 +06:00
GLideN64.ini Custom ini file. 2015-03-21 22:59:59 +06:00
README.md Initial commit 2014-10-01 17:31:41 +07:00

GLideN64

A new generation, open-source graphics plugin for N64 emulators.