mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-08-01 22:27:11 +02:00
misc: chore: [ci skip] rename ValueFormatter to SingleValueFormatter and some minor cleanups
This commit is contained in:
parent
30a534edcd
commit
9c226dcc7a
4 changed files with 45 additions and 46 deletions
|
@ -10,7 +10,7 @@
|
|||
/// <br/>
|
||||
/// OR a signal to reset the value that the caller is using the <see cref="Analyzer"/> for.
|
||||
/// </summary>
|
||||
public delegate FormattedValue ValueFormatter(SingleValue value);
|
||||
public delegate FormattedValue SingleValueFormatter(SingleValue value);
|
||||
|
||||
/// <summary>
|
||||
/// The delegate type that powers multiple value formatters.<br/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue