mirror of
https://github.com/Ed94/pikuma_ps1.git
synced 2026-06-01 18:41:13 -07:00
7/7 Fixed-Point math
This commit is contained in:
@@ -293,8 +293,8 @@ function build-graphis_hello {
|
||||
$compile_args += $f_debug
|
||||
# $compile_args += $f_optimize_none
|
||||
# $compile_args += $f_optimize_intrinsics
|
||||
# $compile_args += $f_optimize_size
|
||||
$compile_args += $f_optimize_debug
|
||||
$compile_args += $f_optimize_size
|
||||
# $compile_args += $f_optimize_debug
|
||||
$compile_args += ($f_include + $path_code)
|
||||
compile-unit $src_c $module_c $includes $compile_args
|
||||
|
||||
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"configureme": false,
|
||||
"enabled": true,
|
||||
"hardPix": 1.5,
|
||||
"hardScan": 4.5,
|
||||
"scanlines": true,
|
||||
"useSrgb": false
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"configureme": true,
|
||||
"grey": false,
|
||||
"mask": 0.5,
|
||||
"masktype": 2,
|
||||
"warp": 0
|
||||
}
|
||||
Reference in New Issue
Block a user