mirror of
https://github.com/holub/mame
synced 2025-04-19 07:00:31 +03:00
-minimaws: Changed geometry of disclosure triangles.
-util/delegate.cpp: Fixed typo in comment.
This commit is contained in:
parent
4d06099090
commit
18188c7191
@ -1,4 +1,4 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="16" width="16">
|
||||
<path d="m 0,0 h 16 l -8,16 z" />
|
||||
<path d="m 0,6 h 16 l -8,10 z" />
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 175 B After Width: | Height: | Size: 175 B |
@ -1,4 +1,4 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="16" width="16">
|
||||
<path d="m 0,0 v 16 l 16,-8 z" />
|
||||
<path d="m 6,0 v 16 l 10,-8 z" />
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 175 B After Width: | Height: | Size: 175 B |
@ -214,7 +214,7 @@ delegate_generic_function delegate_mfp_msvc::adjust_this_pointer(delegate_generi
|
||||
// 48 ff e0 jmp rax
|
||||
// Trying to decode these thunks likely isn't worth the effort.
|
||||
// Chasing performance in unoptimised builds isn't very useful,
|
||||
// and the format of these thinks may be fragile.
|
||||
// and the format of these thunks may be fragile.
|
||||
|
||||
// not something we can easily bypass
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user